[ci] auto-format

This commit is contained in:
brostosjoined 2024-01-22 09:10:33 +00:00 committed by github-actions[bot]
parent bfb5d25467
commit 2b5c9eeecd
2 changed files with 6 additions and 3 deletions

View file

@ -372,7 +372,7 @@ def get_event_loop(force_fresh=False):
# resp = requests.get('https://legacy.ballistica.net/bsAccessCheck').text
try:
connection_info = bs.get_connection_to_host_info(
) if build_number < 21727 else bs.get_connection_to_host_info_2()
) if build_number < 21727 else bs.get_connection_to_host_info_2()
if connection_info:
addr = _last_server_addr
port = _last_server_port
@ -872,7 +872,7 @@ class DiscordRP(babase.Plugin):
def update_status(self) -> None:
roster = bs.get_game_roster()
connection_info = bs.get_connection_to_host_info(
) if build_number < 21727 else bs.get_connection_to_host_info_2()
) if build_number < 21727 else bs.get_connection_to_host_info_2()
self.rpc_thread.large_image_key = "bombsquadicon"
self.rpc_thread.large_image_text = "BombSquad"