enemy7 commited on
Commit
b5f9291
1 Parent(s): 9da7cb1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +7 -0
main.py CHANGED
@@ -21,3 +21,10 @@ sys.stderr =ttt
21
 
22
  import os
23
  os.system("python3 -m http.server 7860 -b 0.0.0.0 &")
 
 
 
 
 
 
 
 
21
 
22
  import os
23
  os.system("python3 -m http.server 7860 -b 0.0.0.0 &")
24
+
25
+ import time
26
+ print("\n\nMODELLLLLLL save ")
27
+ os.system('cp log.txt old.txt')
28
+ while 1:
29
+ time.sleep(60)
30
+