Added todo comment

This commit is contained in:
Rudi Grinberg 2012-07-17 11:48:05 -04:00
parent 166e2cfc2d
commit aa8b107ab9
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@ class ShowRecorder(Thread):
try:
date = self.start_time
md = date.split(" ")
# TODO : rename 'time' variable to something better so that there
# is no naming conflicts with the time module that is being
# imported
time = md[1].replace(":", "-")
self.logger.info("time: %s" % time)