mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 23:30:17 +01:00
undo docu in case of parsing-error :-/
This commit is contained in:
parent
7c5e223579
commit
fedf879a06
|
|
@ -24,12 +24,7 @@ from includes import globals # Global variables
|
|||
# Private helper function for a printable Timestamp
|
||||
#
|
||||
def curtime():
|
||||
"""
|
||||
Local function
|
||||
@return timeString: current time as formatted string
|
||||
"""
|
||||
timeString = time.strftime("%Y-%m-%d %H:%M:%S")
|
||||
return timeString
|
||||
return time.strftime("%Y-%m-%d %H:%M:%S")
|
||||
|
||||
##
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue