mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-03-19 03:04:41 +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():
|
def curtime():
|
||||||
"""
|
"""
|
||||||
Local function
|
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