Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmreg committed Feb 4, 2024
1 parent 05b42ec commit 576bde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def print(self, *args, **kwargs) -> None:
return print("\033[32m[RT log]\033[0m", *temp, **kwargs)

def get_ip(self) -> str:
return "localhost" if self.test else "127.0.0.1:8081"
return "localhost" if self.test else "free-rt.com:8081"

def get_url(self) -> str:
return f"http://{self.get_ip()}"
Expand Down

0 comments on commit 576bde4

Please sign in to comment.