Skip to content

Commit

Permalink
fix: merging broke client id setting
Browse files Browse the repository at this point in the history
  • Loading branch information
201st-Luka committed Aug 24, 2023
1 parent 1f5f07e commit 94d76b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyclasher/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ def client_id(self, new_id):
if " " in new_id:
raise PyClasherException("`new_id` must not contain spaces")

self._client_id = new_id

return

@classmethod
Expand Down

0 comments on commit 94d76b0

Please sign in to comment.