Browse Source

!2 fix time2

pcacc 1 tháng trước cách đây
mục cha
commit
a6c658812e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app_dongri.py

+ 1 - 1
app_dongri.py

@@ -31,7 +31,7 @@ g_times = 0
 g_cureNum = 500
 g_switch = False
 g_isRestart = True
-last_change_time = time.time()
+last_change_time = time()
 
 @app.after_request
 def add_no_cache_header(response):