Skip to content

Commit

Permalink
[2020-11-06]更新tornado6.1.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemLight committed Nov 6, 2020
1 parent 07a7017 commit 7e8ad18
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion madtornado4/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.1.0"
VERSION = "4.2.0"
8 changes: 0 additions & 8 deletions madtornado4/log/madtornado.log
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
[I 200904 12:15:21 startup:179] Remote access address: http:https://192.168.52.171:8095
[I 200904 12:15:21 startup:180] Allow access address: http:https://0.0.0.0:8095
[I 200904 12:15:24 web:2250] 200 GET / (192.168.52.171) 311.02ms
[I 200904 12:15:24 web:2250] 200 GET /images/logo.png (192.168.52.171) 3.00ms
[I 200904 12:15:24 web:2250] 200 GET /css/bootstrap.min.css (192.168.52.171) 9.00ms
[I 200904 12:15:25 web:2250] 200 GET /js/jquery.min.js (192.168.52.171) 5.00ms
[I 200904 12:15:25 web:2250] 200 GET /js/bootstrap.bundle.min.js (192.168.52.171) 6.00ms
[I 200904 12:15:25 web:2250] 200 GET /favicon.ico (192.168.52.171) 5.00ms
7 changes: 0 additions & 7 deletions madtornado4/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
def injection(stp: IStartup) -> IStartup:
return stp

import asyncio
import sys

if sys.version_info[0] == 3 and sys.version_info[1] >= 8 and sys.platform.startswith('win'):
# Fix python3.8: https://github.com/tornadoweb/tornado/issues/2608
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())

if __name__ == "__main__":
"""
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tornado==6.0.4
tornado==6.1.0
aiomysql==0.0.20

0 comments on commit 7e8ad18

Please sign in to comment.