mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-09 16:00:27 +00:00
bump version check
This commit is contained in:
parent
22abb1e2a8
commit
ac32ea4d03
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user