Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
.. .and another hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Borrmann committed Jul 26, 2016
1 parent 07eb7bd commit eed1f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pogom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
'LOCALE': 'en',
'LOCALES_DIR': 'static/locales',
'ROOT_PATH': None,
'GOOGLEMAPS_KEY': 'ENTER_KEY_HERE'
'GOOGLEMAPS_KEY': 'AIzaSyDS-P_MMNYdayWlDUt8NnZz6QcISpowy6c'

This comment has been minimized.

Copy link
@karololszacki

karololszacki Jul 26, 2016

Aaaand you just released your GMaps key. Better disable it as fast as you can and generate yourself a new one. @nborrmann (I guess? no github connected acc)...

This comment has been minimized.

Copy link
@ddho23

ddho23 Jul 26, 2016

Would suggest reading from a config file that is gitignored to avoid checking in secrets ;)

}
2 changes: 1 addition & 1 deletion pogom/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def search_loop_async(args):
throttle()

scan_start_time = time.time()
search_async(args)
queue.extend(SearchConfig.COVER[::-1])
search_async(args)
SearchConfig.COMPLETE_SCAN_TIME = time.time() - scan_start_time


Expand Down

0 comments on commit eed1f96

Please sign in to comment.