Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -14,8 +14,8 @@ class Tee:
|
|
14 |
self.file.flush()
|
15 |
self.stdout.flush()
|
16 |
|
17 |
-
|
18 |
-
ttt = Tee(
|
19 |
|
20 |
sys.stdout =ttt
|
21 |
sys.stderr =ttt
|
|
|
14 |
self.file.flush()
|
15 |
self.stdout.flush()
|
16 |
|
17 |
+
|
18 |
+
ttt = Tee("log.txt")
|
19 |
|
20 |
sys.stdout =ttt
|
21 |
sys.stderr =ttt
|