Skip to content

Commit aea8187

Browse files
committed
cleanup
1 parent f6125fd commit aea8187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/app/main/tools/ebird_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import requests
44

55
# query eBird? NEED AN API KEY !!!!
6-
key = 'stmdsp5klv21'
6+
key = None
77

88
# Load in the saved model
99
savedmodel_dir = os.path.join("etc/models", "savedmodel_with_preprocessing")

0 commit comments

Comments
 (0)