Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] multidomain-domainnames #59

Merged
merged 12 commits into from
Apr 9, 2020
Prev Previous commit
Next Next commit
Fixed type in 'return', however it got there.
  • Loading branch information
AiyionPrime committed Apr 7, 2020
commit 75ce7055e1ae7a9b2121804e555703acbb09f0fe
2 changes: 1 addition & 1 deletion util.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def read_domainfile(dcf_path):
if dcf_path is None:
return {}
with open(dcf_path, "r") as dc_file:
retorn json.load(dc_file)
return json.load(dc_file)