Skip to content

Commit ddbf22c

Browse files
authored
added warning about fragile code possibly breaking
1 parent 122d168 commit ddbf22c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scrape-data.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import my_keys
44
import sys
55

6-
# This makes strange characters work with Windows
6+
# This makes strange characters work with Windows--comment out line 7 for Macs
77
sys.stdout.reconfigure(encoding='utf-8')
8-
8+
# Fair warning -- this only works with Python 3.7 or higher on Windows, and even then, it may still return errors for some computers.
99
# Get the authentication keys from my_keys.py
1010
CONSUMER_KEY = my_keys.CONSUMER_KEY
1111
CONSUMER_SECRET = my_keys.CONSUMER_SECRET

0 commit comments

Comments
 (0)