summaryrefslogtreecommitdiffstats
path: root/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'info.py')
-rw-r--r--info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.py b/info.py
index 1c4454e..b58edb7 100644
--- a/info.py
+++ b/info.py
@@ -127,5 +127,5 @@ def get_nh(info):
if get_owner(info) == "LWT":
nh = float(info["nH (10^22 cm^-2)"])
else:
- nh = float(info["nH"])
+ nh = float(info["nh"])
return nh