SnowFlash383935 commited on
Commit
84b9de1
·
verified ·
1 Parent(s): a4769c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"