Skip to content

Commit

Permalink
make arch keyword only
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmagne committed Aug 6, 2024
1 parent bc41b80 commit b6acda7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xspeedhack/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class SpeedHackClient:
def __init__(
self,
process_name: str = None,
*,
process_id: int = None,
arch: Literal["x86", "x64"] = "x64",
):
Expand Down

0 comments on commit b6acda7

Please sign in to comment.