1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-25 09:12:38 +00:00

main: set user agent for providers

This commit is contained in:
panni 2019-01-27 04:22:25 +01:00
parent a5d547556b
commit 67963633ef

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)