Fix spacing
This commit is contained in:
parent
8c315ce4de
commit
1fe7991ac1
1 changed files with 2 additions and 1 deletions
|
@ -61,11 +61,12 @@ for session in sessions.keys():
|
|||
geodata = GeoLite2db(sessions[session]['ip_address_public'])
|
||||
except ValueError:
|
||||
if configuration.tautulli_failback_ip:
|
||||
geodata =GeoLite2db(configuration.tautulli_failback_ip)
|
||||
geodata = GeoLite2db(configuration.tautulli_failback_ip)
|
||||
else:
|
||||
geodata = GeoLite2db(requests.get('http://ip.42.pl/raw').text)
|
||||
|
||||
decision = sessions[session]['transcode_decision']
|
||||
|
||||
if decision == 'copy':
|
||||
decision = 'direct stream'
|
||||
|
||||
|
|
Loading…
Reference in a new issue