mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] we are in 2017
This commit is contained in:
parent
f5b5edb3bb
commit
52a54c5ab1
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
""" License
|
||||
|
||||
Copyright (C) 2015 YUNOHOST.ORG
|
||||
Copyright (C) 2017 YUNOHOST.ORG
|
||||
|
||||
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
|
||||
|
@ -37,4 +37,3 @@ def get_public_ip(protocol=4):
|
|||
return urlopen(url).read().strip()
|
||||
except IOError:
|
||||
return None
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue