Omit refreshLatencyGraphs() until reintroduced later

This commit is contained in:
Robert Chacón
2023-01-25 05:10:40 -07:00
committed by GitHub
parent e2bd517881
commit 92047e9f0a

View File

@@ -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()