Bläddra i källkod

버전 수정

잉여개발기 (SPUP) 7 år sedan
förälder
incheckning
ad811af578
1 ändrade filer med 2 tillägg och 2 borttagningar
  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()