mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-04 22:17:24 +00:00
error in timeHandler
This commit is contained in:
parent
ac8a02e3ca
commit
664cceff18
1 changed files with 1 additions and 1 deletions
|
|
@ -54,4 +54,4 @@ def getTimestamp():
|
|||
|
||||
@return: integer timestamp
|
||||
"""
|
||||
return int(time.time()
|
||||
return int(time.time())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue