minor edits: repositioned a comment

pull/406/head
Yuchen Pei 6 years ago
parent 26f1e61e49
commit f92ca81589

@ -40,7 +40,8 @@ class SMTP(object):
gh = isso.conf.get("general", "host")
if type(gh) == str:
self.general_host = gh
else: #gh is a list
#if gh is not a string then gh is a list
else:
self.general_host = gh[0]

Loading…
Cancel
Save