Skip to content

Commit 4cc1097

Browse files
committed
getting rid of passwords in files. Passwords have been changed
1 parent 9d878d2 commit 4cc1097

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*.pyc
44
*.swp
55
*.json
6+
*.ignore

tests.py

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
import tweet_dumper
55
import json
66

7-
# For twitter account @TestsssTom
8-
# Password to account is "saymanyougottajoint"
9-
# key management
10-
# https://apps.twitter.com/app/13524605/keys
117

128
# looks for json file with the proper credentials for the user
139
# {

0 commit comments

Comments
 (0)