Skip to content

Commit

Permalink
🩹 Change default value of init()
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 3, 2024
1 parent f0fa169 commit 9d27718
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/pyrime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,9 @@ class Commit:


def init(
# shared_data_dir: str = "/usr/share/rime-data",
shared_data_dir: str = "/run/current-system/sw/share/rime-data",
# user_data_dir: str = "/root/.config/ibus/rime",
user_data_dir: str = "/home/wzy/.config/ibus/rime",
# log_dir: str = "/root/.local/share/ptpython/rime",
log_dir: str = "/home/wzy/.local/share/ptpython/rime",
shared_data_dir: str = "/usr/share/rime-data",
user_data_dir: str = "/root/.config/ibus/rime",
log_dir: str = "/root/.local/share/ptpython/rime",
distribution_name: str = "Rime",
distribution_code_name: str = "pyrime",
distribution_version: str = "0.0.1",
Expand Down

0 comments on commit 9d27718

Please sign in to comment.