Skip to content

Commit

Permalink
Fix some refactor errors
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCaracciolo committed Nov 19, 2024
1 parent d7219ed commit 22f1d2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Nyarch Assistant supports extensions to enhance its functionality. You can eithe
![beta](https://raw.githubusercontent.com/qwersyk/Assets/main/beta.svg#gh-light-mode-only)
![beta](https://raw.githubusercontent.com/qwersyk/Assets/main/beta-dark.svg#gh-dark-mode-only)

1. Download the latest release from the [Github Actions](https://github.com/qwersyk/nyarchassistant/actions)
1. Download the latest release from the [Github Actions](https://github.com/nyarchlinux/nyarchassistant/actions)
2. Extract the downloaded package.
3. Install a flatpak package.

Expand Down
1 change: 0 additions & 1 deletion modules/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
requests
pillow
g4f==0.3.3.4
requests-toolbelt
curl_cffi
gpt4all
Expand Down
2 changes: 1 addition & 1 deletion src/presentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def build_pages(self):
{
"label": "Learn more",
"classes": ["suggested-action"],
"callback": lambda x: subprocess.Popen(["xdg-open", "https://github.com/qwersyk/nyarchassistant?tab=readme-ov-file#permission"]),
"callback": lambda x: subprocess.Popen(["xdg-open", "https://github.com/nyarchlinux/nyarchassistant?tab=readme-ov-file#permission"]),
}
]
})
Expand Down

0 comments on commit 22f1d2e

Please sign in to comment.