mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Omit refreshLatencyGraphs() until reintroduced later
This commit is contained in:
@@ -44,11 +44,11 @@ def graph():
|
||||
refreshBandwidthGraphs()
|
||||
except:
|
||||
print("Failed to run refreshBandwidthGraphs()")
|
||||
time.sleep(1)
|
||||
try:
|
||||
refreshLatencyGraphs()
|
||||
except:
|
||||
print("Failed to run refreshLatencyGraphs()")
|
||||
#time.sleep(1)
|
||||
#try:
|
||||
# refreshLatencyGraphs()
|
||||
#except:
|
||||
# print("Failed to run refreshLatencyGraphs()")
|
||||
|
||||
if __name__ == '__main__':
|
||||
importAndShapeFullReload()
|
||||
|
||||
Reference in New Issue
Block a user