4
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2025-06-26 18:39:24 +00:00

Merge pull request #21 from vdloo/bump-version-check

bump version check
This commit is contained in:
Michał Zieliński
2017-07-03 21:34:33 +02:00
committed by GitHub

View File

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