This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
tianyunperfect
/
python-base--
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
1
tianyun
hace 3 meses
padre
b0a812a725
commit
b656993d79
Se han
modificado 2 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
chat-room/start.sh
2
0
chat-room/templates/requirements.txt
+ 1
- 0
chat-room/start.sh
Ver fichero
@@ -0,0 +1 @@
+nohup python -u main.py --name chatroom &
+ 2
- 0
chat-room/templates/requirements.txt
Ver fichero
@@ -0,0 +1,2 @@
+flask
+flask_socketio