Skip to content

Commit

Permalink
custom port redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaaoBlues committed Jun 22, 2022
1 parent d42a66d commit 4fd61e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copypasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def upload():

# NEEDS TO REPLACE WITH COPYPAST CUSTOM URL WHEN TESTS ARE DONE ON ADDING TO HOSTS FILE PROCESS
#
Process(target=open_link_process, args=("copypasta.me",)).start()
Process(target=open_link_process, args=(COPYPASTA_URL,)).start()

if not is_server_already_running():

Expand Down

0 comments on commit 4fd61e4

Please sign in to comment.