Added todo comment
This commit is contained in:
parent
166e2cfc2d
commit
aa8b107ab9
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue