mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 23:30:17 +01:00
error in timeHandler
This commit is contained in:
parent
ac8a02e3ca
commit
664cceff18
|
|
@ -54,4 +54,4 @@ def getTimestamp():
|
|||
|
||||
@return: integer timestamp
|
||||
"""
|
||||
return int(time.time()
|
||||
return int(time.time())
|
||||
|
|
|
|||
Loading…
Reference in a new issue