mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
TPYO
This commit is contained in:
@@ -98,7 +98,7 @@ def _handle(txt):
|
||||
sys.stdout.write(repr(eval(tmp,handle.glob)))
|
||||
except:
|
||||
try:
|
||||
exec txt,handle.glob
|
||||
exec txt in handle.glob
|
||||
except Exception as ex:
|
||||
error(ex)
|
||||
|
||||
|
Reference in New Issue
Block a user