From 141489d5d0a7d57b32526514e6f4b1d2094e1a02 Mon Sep 17 00:00:00 2001 From: Mattia Vidoni Date: Thu, 11 Jan 2024 09:18:17 +0100 Subject: [PATCH 1/2] Update .all-contributorsrc --- .all-contributorsrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index eb40f3d..79c3086 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -23,7 +23,4 @@ "repoHost": "https://github.com", "projectName": "QBittorrentBot", "projectOwner": "ch3p4ll3" -} - "projectName": "QBittorrentBot", - "projectOwner": "ch3p4ll3" } From a25694b57806ad15a14663b171602c43ee9e9dbc Mon Sep 17 00:00:00 2001 From: Mattia Vidoni Date: Thu, 11 Jan 2024 09:19:07 +0100 Subject: [PATCH 2/2] Update db_management.py --- src/db_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db_management.py b/src/db_management.py index 1f56dc7..ca2c8b4 100644 --- a/src/db_management.py +++ b/src/db_management.py @@ -8,7 +8,7 @@ class Support(db.Entity): - id = PrimaryKey(int) + id = PrimaryKey(int, size=64) Action = Required(str, 255)