Skip to content

Commit

Permalink
checker: use correct address
Browse files Browse the repository at this point in the history
  • Loading branch information
RTUnreal committed May 21, 2024
1 parent eb75b26 commit 2dca9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ async def putflag_premiumkv(
# Register a new user
await conn.register_user(username, password, True)

forum = ForumConnection(host, username, password, 'premium-forum')
forum = ForumConnection(task.address, username, password, 'premium-forum')
await forum.connect()

logger.info(f"joining thread {thread_id}")
Expand Down

0 comments on commit 2dca9a4

Please sign in to comment.