Skip to content

Commit fadab12

Browse files
authored
Update README.md
1 parent 06eb74e commit fadab12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
+ :warning: `Iline` is custom with `showcmd=True` but it's must for `showcmd=False`
2525
+ [Optional] UseDebug: Show-up cmd that runs python code, keep it alive with it's output [Use debug to catch errors, Output file may not catch them. Only works with `showcmd=False`]
2626

27-
**Command:** ``RunPy(code,pythonPath, [ keepFileData = False] , [UseDebug = False])``
27+
**Command:** ``RunPyOld(code,pythonPath, [ keepFileData = False] , [UseDebug = False])``
2828
+ Code splitting by ";;" , e.x : `import time;;time.sleep(5)`
2929
+ [Optional] keepFileData: Keep the output file and code file after finishing execution.
3030
+ [Optional] UseDebug: Show cmd that runs python code and keep it alive with it's output [Use debug to catch errors, the output file may not catch them. So when debug is enabled, Output file does nothing.

0 commit comments

Comments
 (0)