Skip to content

Commit

Permalink
bump version check
Browse files Browse the repository at this point in the history
  • Loading branch information
vdloo committed Jul 2, 2017
1 parent 22abb1e commit ac32ea4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ def valid_cjdns_ip(ip):

def valid_version(version):
try:
return int(version) < 20
return int(version) < 30
except ValueError:
return False


0 comments on commit ac32ea4

Please sign in to comment.