Use s_fun, not s_run, dufus

This commit is contained in:
Twangboy 2021-07-27 13:11:18 -06:00 committed by Gareth J. Greenaway
parent 2f0586f79b
commit 2d35d9d882

2
run.py
View file

@ -81,7 +81,7 @@ def redirect(argv):
with tiamatpip.utils.patched_sys_argv(args):
s_fun()
else:
s_run()
s_fun()
def py_shell():