Skip to content

Commit 3279bc4

Browse files
authored
Huntarr: Downgrade Python to 3.12 (#9246)
1 parent a900ebd commit 3279bc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/huntarr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function update_script() {
2929
exit
3030
fi
3131

32-
setup_uv
32+
PYTHON_VERSION="3.12" setup_uv
3333

3434
if check_for_gh_release "huntarr" "plexguide/Huntarr.io"; then
3535
msg_info "Stopping Service"

install/huntarr-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
setup_uv
16+
PYTHON_VERSION="3.12" setup_uv
1717
fetch_and_deploy_gh_release "huntarr" "plexguide/Huntarr.io"
1818

1919
msg_info "Configure Huntarr"

0 commit comments

Comments
 (0)