From 0873ef597b0a52f888e0c428bc68cf380df02c2f Mon Sep 17 00:00:00 2001 From: jngrt Date: Fri, 7 Nov 2014 16:50:34 +0100 Subject: [PATCH] added todo note --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 4956aca..fd73c1a 100755 --- a/main.py +++ b/main.py @@ -255,6 +255,7 @@ Convert a node's ip into a hash and make a directory to store it's files """ Hack to adhoc0's inet6 adress """ + #TODO possibly check if it's an empty file if not os.path.isfile('interfaceip6adress'): os.system('ifconfig -a adhoc0 | grep inet6 > /root/meshenger/interfaceip6adress') with open('/root/meshenger/interfaceip6adress', 'r') as a: