Spaces:
Runtime error
Runtime error
CaesarCloudSync
commited on
Commit
·
58fdf7f
1
Parent(s):
4667730
email quick schedule
Browse files- __pycache__/main.cpython-310.pyc +0 -0
- main.py +1 -1
__pycache__/main.cpython-310.pyc
CHANGED
Binary files a/__pycache__/main.cpython-310.pyc and b/__pycache__/main.cpython-310.pyc differ
|
|
main.py
CHANGED
@@ -98,7 +98,7 @@ async def index():
|
|
98 |
|
99 |
|
100 |
@app.on_event("startup")
|
101 |
-
@repeat_every(seconds= time_hour *
|
102 |
async def revisionbankschedulerevisioncardsrepeat() -> None:
|
103 |
revisionbankschedule.runschedule()
|
104 |
print("All Cards sent.")
|
|
|
98 |
|
99 |
|
100 |
@app.on_event("startup")
|
101 |
+
@repeat_every(seconds= time_hour * 1 ) # hours # 24 hours 24
|
102 |
async def revisionbankschedulerevisioncardsrepeat() -> None:
|
103 |
revisionbankschedule.runschedule()
|
104 |
print("All Cards sent.")
|