Skip to content

Commit

Permalink
wording to test git command line authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
sphilora committed May 17, 2019
1 parent 6740c0b commit 313936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweeleter.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def delete_statuses(statuses_to_delete):
try:
delete_status(status.id)
except:
print(f'Could not delete status with ID {status.id}')
print(f'Failed to delete status with ID {status.id}')


def find_latest_tweet(timeline):
Expand Down

0 comments on commit 313936e

Please sign in to comment.