From 95a618ad6afdcb23c7bd12b0efb311d358ccb58f Mon Sep 17 00:00:00 2001 From: WoahAI <115117306+Woahai321@users.noreply.github.com> Date: Sat, 11 Jan 2025 14:41:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81=20=E2=9C=85=20Final=20v0.5.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 2 +- ReadMe.md | 2 +- add.py | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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} # =======================================================================================================