Skip to content

Commit

Permalink
Fix a typo in un.rpyc and update picklemagic to the most recent version.
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Feb 24, 2024
1 parent 02b3076 commit 28f38f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion un.rpyc/picklemagic
2 changes: 1 addition & 1 deletion un.rpyc/unrpyc-compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def decompile_rpyc(data, abspath, init_offset):
ensure_dir(out_filename)
with codecs.open(out_filename, 'w', encoding='utf-8') as out_file:
options = decompiler.Options(init_offset=init_offset)
decompiler.pprint(out_file, ast, optionst)
decompiler.pprint(out_file, ast, options)
return True

def decompile_game():
Expand Down

0 comments on commit 28f38f4

Please sign in to comment.