Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ def greet(gameFilePath: str):
|
|
| 7 |
data = zlib.decompress(gameFile.read())
|
| 8 |
gameFile.close()
|
| 9 |
game = fanl_yp.decode.decode(data)
|
| 10 |
-
|
| 11 |
output = fanl_yp.encode.encode(game, gameFilePath + "_fixed")
|
| 12 |
output.flush()
|
| 13 |
return gameFilePath + "_fixed"
|
|
|
|
| 7 |
data = zlib.decompress(gameFile.read())
|
| 8 |
gameFile.close()
|
| 9 |
game = fanl_yp.decode.decode(data)
|
| 10 |
+
# манипуляции с сохранением...
|
| 11 |
output = fanl_yp.encode.encode(game, gameFilePath + "_fixed")
|
| 12 |
output.flush()
|
| 13 |
return gameFilePath + "_fixed"
|