2
0
잉여개발기 (SPUP) 7 жил өмнө
parent
commit
f9c83c5472
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      app.py

+ 2 - 2
app.py

@@ -8,7 +8,7 @@ for i_data in os.listdir("route"):
 
         exec("from route." + f_src + " import *")
 
-r_ver = 'v3.1.0-stable-03'
+r_ver = 'v3.1.0-stable-04'
 c_ver = '400001'
 s_ver = '2'
 
@@ -610,4 +610,4 @@ if __name__=="__main__":
     http_server = tornado.httpserver.HTTPServer(tornado.wsgi.WSGIContainer(app))
     http_server.listen(server_set['port'], address=server_set['host'])
     
-    tornado.ioloop.IOLoop.instance().start()
+    tornado.ioloop.IOLoop.instance().start()