Skip to content
Snippets Groups Projects
Commit c61625a3 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix syntax error

parent e38932a0
Branches
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@ def filter_current_visitors(visitors: list, hours: int=24) -> list:
last_movement = None
if len(incomings) == 0
if len(incomings) == 0:
# Visitor was only moving out in the last 24h, so they are not here
continue
elif not len(outgoings) == 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment