summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.py b/todo.py
index 88c57a64e..796bbaebd 100644
--- a/todo.py
+++ b/todo.py
@@ -76,8 +76,8 @@ class Network:
self.domains = []
self.readData = 0
self.isConfigured = 0
-# self.hostname = "localhost.localdomain"
- self.hostname = "test123.test.redhat.com"
+ self.hostname = "localhost.localdomain"
+
try:
f = open ("/tmp/netinfo", "r")
except: