added seconds to timestamp

Signed-off-by: klux2 <k.lux.gm@gmail.com>
This commit is contained in:
klux2 2019-07-04 13:46:25 +02:00
parent 9f92a7164e
commit 739017538d
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ async def essen_loop() -> None:
def get_now() -> str:
return datetime.datetime.now().strftime("%Y-%m-%d %H:%M")
return datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")
sys.stdout = open("out.log", "a")