Skip to content

Commit 656eb79

Browse files
committed
Reeneabled Output to log.txt
1 parent 82eb760 commit 656eb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
host = ("localhost",8001)
1818

1919
log = open("log.txt",'w')
20-
#sys.stdout = log
20+
sys.stdout = log
2121

2222
map = []
2323
bmap = []

0 commit comments

Comments
 (0)