mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 17:24:55 +00:00
chore(functionscalls.py): fix import statement for tenor_api_key to use absolute path for better module resolution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user