🔀 chore(functionscalls.py): update import statement for the 'moderate' function to reflect the correct file path

🔀 chore(functionscalls.py): update import statement for the 'tenor_api_key' variable to reflect the correct file path
This commit is contained in:
2023-08-16 09:22:31 +02:00
parent 303d3c07ac
commit 7c21934bc0

View File

@@ -5,7 +5,7 @@ import aiohttp
import random
import time
from utils.misc import moderate
from src.utils.misc import moderate
from simpleeval import simple_eval
from bs4 import BeautifulSoup
from src.config import tenor_api_key