Explorar el Código

ming 1st test

ming hace 4 años
padre
commit
ee03bbcb2d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      newbot.py

+ 1 - 1
newbot.py

@@ -84,7 +84,7 @@ def get_hotkeys(past=False):
     now = ''
     if past:
         now = datetime.datetime.now()
-    else
+    else:
         now = datetime.datetime.now()-datetime.timedelta(days=1)
     now_start = now.strftime("%Y-%m-%d 00:00:00")
     now_end = now.strftime("%Y-%m-%d 23:59:59")