From 612087fd74b849525c32dfc4033603808b0c2433 Mon Sep 17 00:00:00 2001 From: Matt Lyon Date: Sun, 3 Nov 2019 10:38:05 +1100 Subject: initial commit for TPB Controller --- tpblite/models/torrents.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tpblite/models/torrents.py') diff --git a/tpblite/models/torrents.py b/tpblite/models/torrents.py index 8567280..9fd40c4 100644 --- a/tpblite/models/torrents.py +++ b/tpblite/models/torrents.py @@ -1,5 +1,6 @@ import re from bs4 import BeautifulSoup +from .utils import Query def fileSizeStrToInt(size_str): -- cgit v1.2.3