Skip to content

Instantly share code, notes, and snippets.

View starhopp3r's full-sized avatar

Nikhil Raghavendra starhopp3r

View GitHub Profile
@jameshi16
jameshi16 / fuggit.py
Created March 19, 2019 16:00
[Mine-ish] Fuggit v1
import traceback
import os
while True:
try:
import app
break
except BaseException as e:
stack_summary = traceback.extract_tb(e.__traceback__)
frame_summary = stack_summary.pop()