[mod] we are in 2017

This commit is contained in:
Laurent Peuch 2018-02-07 21:46:38 +01:00 committed by GitHub
parent f5b5edb3bb
commit 52a54c5ab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
""" License """ License
Copyright (C) 2015 YUNOHOST.ORG Copyright (C) 2017 YUNOHOST.ORG
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published it under the terms of the GNU Affero General Public License as published
@ -37,4 +37,3 @@ def get_public_ip(protocol=4):
return urlopen(url).read().strip() return urlopen(url).read().strip()
except IOError: except IOError:
return None return None