5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 16:09:34 +00:00

bump version check

This commit is contained in:
Rick van de Loo 2017-07-02 21:23:27 +02:00
parent 22abb1e2a8
commit ac32ea4d03

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