atlas0fd00m / rfcat

RfCat - swiss-army knife of ISM band radio
Other
554 stars 116 forks source link

Re-bind shellexception and set STYPE_CODE_INTERACT after IPYTHON811P change #148

Closed AlbinoDrought closed 10 months ago

AlbinoDrought commented 10 months ago

See 6e17f4e2f19ff2474b455ffec98a58465c85130d

Before:

No module named 'IPython'
UnboundLocalError: cannot access local variable 'ipsh' where it is not associated with a value

After:

No module named 'IPython'
falling back to straight Python... (ModuleNotFoundError("No module named 'IPython'")) (InteractiveConsole)
>>>

Cheers mate