mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 09:16:19 +00:00
🔀 refactor(functionscalls.py): update 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 random
|
||||||
import time
|
import time
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from config import tenor_api_key
|
from src.config import tenor_api_key
|
||||||
|
|
||||||
randomseed = time.time()
|
randomseed = time.time()
|
||||||
random.seed(randomseed)
|
random.seed(randomseed)
|
||||||
|
|||||||
Reference in New Issue
Block a user