Skip to content

Commit

Permalink
Better file start
Browse files Browse the repository at this point in the history
  • Loading branch information
Gouvernathor authored and CensoredUsername committed Apr 2, 2024
1 parent 11de7c0 commit ac1e5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions un.rpyc/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ def Exec(code):

decompiler_rpyb = p.ExecTranspile(base + "(None, [])", (decompiler_items,))

rpy_base = """
init python early hide:
rpy_base = """\
python early hide:
import sys
renpy_modules = sys.modules.copy()
Expand Down

0 comments on commit ac1e5a3

Please sign in to comment.