Skip to content

Commit

Permalink
Update front.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck committed Mar 16, 2024
1 parent 38b9a4e commit e2a8592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discordgsm/protocols/front.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def query(self):
ip = await Socket.gethostbyname(host)

base_url = os.getenv('OPENGSQ_MASTER_SERVER_URL', 'https://master-server.opengsq.com/').rstrip('/')
url = f"{base_url}/front/search?host={ip}&port={port}"
url = f"{base_url}/thefront/search?host={ip}&port={port}"
start = time.time()

async with aiohttp.ClientSession() as session:
Expand Down

0 comments on commit e2a8592

Please sign in to comment.