We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb4efe commit c98e6a5Copy full SHA for c98e6a5
1 file changed
zeronet.py
@@ -27,7 +27,7 @@ def main():
27
error_log_path = config.log_dir + "/error.log"
28
traceback.print_exc(file=open(error_log_path, "w"))
29
print("---")
30
- print("Please report it: https://github.com/HelloZeroNet/ZeroNet/issues/new?assignees=&labels=&template=bug-report.md")
+ print("Please report it: https://github.com/ZeroNetX/ZeroNet/issues/new?assignees=&labels=&template=bug-report.md")
31
if sys.platform.startswith("win") and "python.exe" not in sys.executable:
32
displayErrorMessage(err, error_log_path)
33
0 commit comments