Files
METH_Transcendence/docker-compose/requirements/djangoserver/file/server/main.py
Kum1ta 28793464ca Livechat
- Fixed forgetting to import "showActualGameMessage"
	- Changed filename "launchPrivateChat" to "showPrivateChat.js"
	- Fixed bug on buttons "private" and "game"
Global
	- Reorganize folders
2024-08-04 23:21:07 +02:00

5 lines
63 B
Python

import time
while True:
print("Update")
time.sleep(20)