Skip to content

Commit 00c8f3d

Browse files
committed
test
1 parent d81df94 commit 00c8f3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

renderer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def render_overview():
5050

5151
# Get all routes:
5252
routes = headscale.get_routes(url,api_key)
53+
54+
total_routes = 0
5355
for route in routes["routes"]:
5456
if int(route['machine']['id']) != 0:
5557
total_routes += 1

0 commit comments

Comments
 (0)