diff --git a/.env.example b/.env.example index 7dba2ce..02bf06f 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -# Overseerr Configuration +# Overseerr Configuration OVERSEERR_URL=https://your-overseerr-instance OVERSEERR_API_KEY=your-api-key-here OVERSEERR_USER_ID=1 diff --git a/ReadMe.md b/ReadMe.md index 64e776d..0cf1464 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -37,7 +37,7 @@ Key Features: ### Currently in Development for v0.6.0 -For the most stable experience, use the source code from the latest release [here](https://github.com/Woahai321/list-sync/releases/tag/v0.5.5). +For the most stable experience, use the source code from the latest release [here](https://github.com/Woahai321/list-sync/releases/tag/v0.5.6). ## 🎬 Demo diff --git a/add.py b/add.py index 4d9a763..9dcc395 100644 --- a/add.py +++ b/add.py @@ -1,5 +1,5 @@ # ============================================================================= -# Soluify | Your #1 IT Problem Solver | {list-sync v0.5.5} +# Soluify | Your #1 IT Problem Solver | {list-sync v0.5.6} # ============================================================================= # __ _ # (_ _ | .(_ @@ -191,7 +191,7 @@ def display_banner(): """Display the banner.""" banner = """ ============================================================== -Soluify - {servarr-tools_list-sync_v0.5.5} +Soluify - {servarr-tools_list-sync_v0.5.6} ============================================================== """ print(color_gradient(banner, "#00aaff", "#00ffaa")) @@ -1625,5 +1625,5 @@ def main(): main() # ======================================================================================================= -# Soluify | You actually read it? Nice work, stay safe out there people! | {list-sync v0.5.5} +# Soluify | You actually read it? Nice work, stay safe out there people! | {list-sync v0.5.6} # =======================================================================================================