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