From 0e7f8948a6e5e62407a04c89811244c1a5218438 Mon Sep 17 00:00:00 2001 From: Paillat Date: Thu, 3 Aug 2023 13:31:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20refactor(functionscalls.py):=20u?= =?UTF-8?q?pdate=20import=20statement=20for=20tenor=5Fapi=5Fkey=20to=20use?= =?UTF-8?q?=20absolute=20path=20for=20better=20module=20resolution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/functionscalls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functionscalls.py b/src/functionscalls.py index 04be1f1..9d9d5b9 100644 --- a/src/functionscalls.py +++ b/src/functionscalls.py @@ -4,7 +4,7 @@ import aiohttp import random import time from bs4 import BeautifulSoup -from config import tenor_api_key +from src.config import tenor_api_key randomseed = time.time() random.seed(randomseed)