From 52a54c5ab1ce096005f086739efe600eef545d32 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 7 Feb 2018 21:46:38 +0100 Subject: [PATCH] [mod] we are in 2017 --- src/yunohost/utils/network.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/yunohost/utils/network.py b/src/yunohost/utils/network.py index 9cdbc676c..e22d1644d 100644 --- a/src/yunohost/utils/network.py +++ b/src/yunohost/utils/network.py @@ -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 -