Skip to content

Commit

Permalink
Update Installer_UI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phate999 authored Dec 6, 2023
1 parent cb674c8 commit 7bd2880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer_UI/Installer_UI.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run_speedtest():
cp.log(f'Download Speed: {download}Mb/s')
cp.log(f'Upload Speed: {upload} Mb/s')
cp.log(f'Ookla Results Image: {s.results.share()}')
text = f'{s.results.client["isp"]}\nDL:{download}Mbps\nUL:{upload}Mbps\nPing:{s.results.ping:.0f}ms'
text = f'Carrier: {s.results.client["isp"]}\nServer: {s.results.server["sponsor"]}\nDL:{download}Mbps\nUL:{upload}Mbps\nPing:{s.results.ping:.0f}ms'
return text
except Exception as e:
cp.logger.exception(e)
Expand Down

0 comments on commit 7bd2880

Please sign in to comment.