initial
This commit is contained in:
parent
48eec1868f
commit
a4693b9b44
3 changed files with 94 additions and 1 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue