Skip to content

Commit

Permalink
Style Reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg authored Sep 26, 2024
1 parent 8444427 commit 1c6bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenshot/common/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_extension_location(self, name: str) -> Optional[pathlib.Path]:
else None
)

def get_os(self) -> str:
def get_os(self) -> str:
return "{}{}".format(self.get_os_name(), 64 if platform.machine().endswith("64") else 32)

def set_driver_downloaded(self) -> None:
Expand Down

0 comments on commit 1c6bf8a

Please sign in to comment.