Typo
This commit is contained in:
parent
077d841cab
commit
f7a589354f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class LoopTimer (object):
|
|||
|
||||
def begin_loop (self):
|
||||
begin_time = datetime.now()
|
||||
print('\n_________Starting new loop___________')
|
||||
print('\n__________Starting new loop__________')
|
||||
print('Date: ' + begin_time.strftime('%a %d %b %y') + ', time: ' + begin_time.strftime('%H:%M') + '\n')
|
||||
self.__add_beginning__(begin_time)
|
||||
|
||||
|
|
Loading…
Reference in a new issue