Browse Source

add comment

cxgeorge 24 years ago
parent
commit
f14192b0e7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      direct/src/directnotify/Notifier.py

+ 3 - 0
direct/src/directnotify/Notifier.py

@@ -29,6 +29,9 @@ class Notifier:
         Return the time as a string suitable for printing at the
         head of any notify message
         """
+
+        # for some strange reason, time.time() updates only once/minute if
+        # the task is out of focus on win32.  time.clock doesnt have this prob
         return time.strftime(":%m-%d-%Y %H:%M:%S ", time.localtime(time.time()))
 
     def __str__(self):