2
0
Fork 0

Merge branch 'main' into dev

This commit is contained in:
SOXFOR 2023-04-20 01:49:18 +01:00 committed by GitHub
commit e8729dfd3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ get_portmap() {
echo "$(timestamp) | qBittorrent Cookie invalid, getting new SessionID" echo "$(timestamp) | qBittorrent Cookie invalid, getting new SessionID"
if ! qbt_login; then if ! qbt_login; then
echo "$(timestamp) | Failed getting new SessionID from qBittorrent" echo "$(timestamp) | Failed getting new SessionID from qBittorrent"
return 1 return 1
fi fi
else else
echo "$(timestamp) | qBittorrent SessionID Ok!" echo "$(timestamp) | qBittorrent SessionID Ok!"