This website works better with JavaScript
Home
Explore
Help
Sign In
tianyunperfect
/
python-base--
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
1
tianyun
3 months ago
parent
b0a812a725
commit
b656993d79
2 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
1
0
chat-room/start.sh
2
0
chat-room/templates/requirements.txt
+ 1
- 0
chat-room/start.sh
View File
@@ -0,0 +1 @@
+nohup python -u main.py --name chatroom &
+ 2
- 0
chat-room/templates/requirements.txt
View File
@@ -0,0 +1,2 @@
+flask
+flask_socketio