zeronet-conservancy branding
This commit is contained in:
parent
6803379ad2
commit
93b896917e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ def main():
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
if "--silent" not in sys.argv:
|
if "--silent" not in sys.argv:
|
||||||
print("- Starting ZeroNet...")
|
print("- Starting zeronet-conservancy...")
|
||||||
|
|
||||||
main = None
|
main = None
|
||||||
try:
|
try:
|
||||||
|
@ -27,7 +27,7 @@ def main():
|
||||||
error_log_path = config.log_dir + "/error.log"
|
error_log_path = config.log_dir + "/error.log"
|
||||||
traceback.print_exc(file=open(error_log_path, "w"))
|
traceback.print_exc(file=open(error_log_path, "w"))
|
||||||
print("---")
|
print("---")
|
||||||
print("Please report it: https://github.com/HelloZeroNet/ZeroNet/issues/new?assignees=&labels=&template=bug-report.md")
|
print("Please report it: https://github.com/zeronet-conservancy/zeronet-conservancy/issues/new?template=bug-report.md")
|
||||||
if sys.platform.startswith("win") and "python.exe" not in sys.executable:
|
if sys.platform.startswith("win") and "python.exe" not in sys.executable:
|
||||||
displayErrorMessage(err, error_log_path)
|
displayErrorMessage(err, error_log_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue