remove f from strings with no formatting

This commit is contained in:
Nicholas St. Germain 2020-12-21 11:16:00 -06:00
parent 286bf1ed29
commit 307eb62adf
No known key found for this signature in database
GPG key ID: 7221152119DAB1E6
2 changed files with 3 additions and 3 deletions

View file

@ -254,7 +254,7 @@ class INIParser(object):
server_id)
exit(1)
maxmind_license_key = env.get(f'VRKN_GLOBAL_MAXMIND_LICENSE_KEY',
maxmind_license_key = env.get('VRKN_GLOBAL_MAXMIND_LICENSE_KEY',
self.config.get('global', 'maxmind_license_key'))
server = TautulliServer(id=server_id, url=scheme + url, api_key=apikey,