remove f from strings with no formatting
This commit is contained in:
parent
286bf1ed29
commit
307eb62adf
2 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue