Skip to content

Commit

Permalink
Update tweetStats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Woolweaver committed May 16, 2019
1 parent 89749ce commit dcce132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tweetStats.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
try:
config.read_file(open('config.ini'))
except configparser.Error as e:
print(e.message)
sys.exit(1)
print(e.message)
sys.exit(1)

# set key info from config.ini
try:
Expand Down

0 comments on commit dcce132

Please sign in to comment.