Continue Flask migration.

This commit is contained in:
yohan 2024-06-02 12:40:23 +02:00
parent 1c56282222
commit 361c53ef74

View File

@ -13,6 +13,7 @@ from datetime import timezone
from datetime import datetime from datetime import datetime
import time import time
import requests import requests
import subprocess
# This code has been written for # This code has been written for
# python3 3.11.2-1+b1 # python3 3.11.2-1+b1
@ -325,7 +326,6 @@ while True:
logging.info("====== Ended successfully ======") logging.info("====== Ended successfully ======")
#import subprocess
#import argparse #import argparse
#import signal #import signal
#from threading import Event #from threading import Event