Skip to content

Commit

Permalink
V1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrannicodin committed Jan 22, 2022
1 parent 521f70d commit 879015c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#Set constants
MAX_MATCHES = 10
CHECK_INTERVAL = 10
URL = "http://127.0.0.1:5000"
URL = "http://129.151.88.198:5000"

#Init data.json and other files
try:
Expand Down Expand Up @@ -156,7 +156,6 @@ def gen_and_open():
gen.grid(column=1, row=1)

#Transfer protocol
## Need to run server and then fill in url
class fakeResp:
def __init__(self):
self.status_code = 0
Expand Down

0 comments on commit 879015c

Please sign in to comment.