This commit is contained in:
Dima Gerasimov 2018-09-04 19:32:13 +04:00
parent 48eec1868f
commit a4693b9b44
3 changed files with 94 additions and 1 deletions

View file

@ -0,0 +1,6 @@
from reddit import get_events
import sys, ipdb, traceback; exec("def info(type, value, tb):\n traceback.print_exception(type, value, tb)\n ipdb.pm()"); sys.excepthook = info # type: ignore
for e in get_events():
print(e)