diff --git a/copypasta.py b/copypasta.py index f11bb4d..dc95f7b 100644 --- a/copypasta.py +++ b/copypasta.py @@ -73,13 +73,13 @@ def check_exe_name(): # copypasta url -if is_hosts_file_modified(): +if not is_hosts_file_modified(): COPYPASTA_URL = "copypasta.me" if system() == "Windows" else "copypasta.me:21987" else: - COPYPASTA_URL = "127.0.0.1:21987" + COPYPASTA_URL = "http://127.0.0.1:21987" #necessary to update images (stack overflow) @app.after_request