Skip to content

Commit

Permalink
Removing GA tracking of search as we are exceeding monthly limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus65535 committed Nov 12, 2019
1 parent 44ed1ba commit 833fc80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bazarr/get_subtitle.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ def download_subtitle(path, language, hi, forced, providers, providers_auth, sce
pre_download_hook=None, # fixme
post_download_hook=None, # fixme
language_hook=None) # fixme
for provider in providers:
track_event(category=provider, action='search', label=language_from_alpha3(language[0]))
else:
downloaded_subtitles = None
logging.info("BAZARR All providers are throttled")
Expand Down Expand Up @@ -335,8 +333,6 @@ def manual_search(path, language, hi, forced, providers, providers_auth, sceneNa
provider_configs=providers_auth,
throttle_callback=provider_throttle,
language_hook=None) # fixme
for provider in providers:
track_event(category=provider, action='search', label=language_from_alpha3(lang))
else:
subtitles = []
logging.info("BAZARR All providers are throttled")
Expand Down

0 comments on commit 833fc80

Please sign in to comment.