Sfoglia il codice sorgente

3시간은 너무 짧소 24시간 쯤 합시다

2DU 8 anni fa
parent
commit
2c060996e2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -123,7 +123,7 @@ def back_up():
     except:
         print('백업 오류')
 
-    threading.Timer(60 * 60 * 3, back_up).start()
+    threading.Timer(60 * 60 * 24, back_up).start()
     
 @route('/setup', method=['GET', 'POST'])
 def setup():