Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 997bd89

Browse files
Debugging
1 parent 7b090bc commit 997bd89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

games.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def get(self, path, gameno):
4848
}
4949
if path == "/check": # /check
5050
if self.drawingProgress == 0:
51+
print("--- SENT TO WORD ---")
5152
return {
5253
"status": 302,
5354
"headers": {
@@ -56,6 +57,7 @@ def get(self, path, gameno):
5657
"content": ""
5758
}
5859
elif self.drawingProgress == 2:
60+
print("--- SENT TO DRAW ---")
5961
return {
6062
"status": 302,
6163
"headers": {

0 commit comments

Comments
 (0)