Skip to content

Commit

Permalink
write to log
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Feb 1, 2021
1 parent 3764897 commit ce1a33b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/deleted_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
import re
import json
import twarc
import logging
import fileinput

logging.basicConfig(filename="deleted_users.log", level=logging.INFO)
t = twarc.Twarc()

for line in fileinput.input():
Expand Down

0 comments on commit ce1a33b

Please sign in to comment.