mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 20:38:03 +01:00
1723946: weekday is not updated correctly
I've almost completely rewritten the program, cleaned up most stuff which has become useless in the object oriented framework. the strings are not any more centered, this has not yet been programmed in the library.
This commit is contained in:
@@ -164,7 +164,6 @@ class Application(wmoo.Application):
|
||||
self.putPattern(54, 0, 5, 1, 54, 58-i)
|
||||
|
||||
def update(self):
|
||||
wmoo.Application.update(self)
|
||||
self._count += 1
|
||||
if self._count <= 3:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user