Skip to content
Snippets Groups Projects
Commit 0f809ef5 authored by Radko Krkoš's avatar Radko Krkoš
Browse files

flowmon-ads: Fix some code style issues

parent ea178b59
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ def parse_detail(e):
def idea_ip_key(ip):
if not ':' in ip:
if ':' not in ip:
return "IP4"
else:
return "IP6"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment