4 lines
67 B
Python
4 lines
67 B
Python
from reddit import get_events
|
|
|
|
for e in get_events():
|
|
print(e)
|