From 23462df49c9de345eb4ad5c6ced7448b436c2cdf Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 19 Jul 2022 19:06:56 +0300 Subject: bugfix --- core/utils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/utils.py') diff --git a/core/utils.py b/core/utils.py index 924dac3..c9afdd5 100644 --- a/core/utils.py +++ b/core/utils.py @@ -6,6 +6,7 @@ import resource import random import logging import subprocess +from pathlib import Path from urllib.parse import urljoin from decimal import Decimal, getcontext -- cgit v1.2.3