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