main: set user agent for providers

This commit is contained in:
panni 2019-01-27 04:22:25 +01:00
parent a5d547556b
commit 67963633ef
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ gc.enable()
update_notifier()
bazarr_version = '0.7.0'
os.environ["SZ_USER_AGENT"] = "Bazarr/1"
configure_logging(settings.general.getboolean('debug') or args.debug)