cron job fix
This commit is contained in:
parent
5b1fe364c1
commit
9fa5f2c5c5
@ -25,6 +25,7 @@ subprocess.run(["timedatectl", "set-timezone", "Europe/Berlin"])
|
|||||||
def run_pocketbase():
|
def run_pocketbase():
|
||||||
# Run the asynchronous function inside an asyncio loop
|
# Run the asynchronous function inside an asyncio loop
|
||||||
subprocess.run(["python3", "cron_pocketbase.py"])
|
subprocess.run(["python3", "cron_pocketbase.py"])
|
||||||
|
subprocess.run(["python3", "cron_notification_channel.py"])
|
||||||
|
|
||||||
def run_restart_cache():
|
def run_restart_cache():
|
||||||
#update db daily
|
#update db daily
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user