🔀 refactor(functionscalls.py): update import statement for tenor_api_key to use absolute path for better module resolution

This commit is contained in:
Paillat
2023-08-03 13:31:06 +02:00
committed by Paillat-dev
parent 8bb99a4ee9
commit 0e7f8948a6

View File

@@ -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)