refactor
This commit is contained in:
parent
c39024ead1
commit
ed3e17ac0a
@ -8,7 +8,7 @@ import os
|
||||
import random
|
||||
import logging
|
||||
import traceback
|
||||
from catbox import CatboxAsync
|
||||
from util.catbox import CatboxAsync
|
||||
|
||||
"""
|
||||
Jesus Meme Generator
|
||||
|
@ -6,8 +6,8 @@ import os
|
||||
import logging
|
||||
import asyncio
|
||||
from typing import Optional
|
||||
from litterbox import LitterboxAsync
|
||||
from catbox import CatboxAsync
|
||||
from util.litterbox import LitterboxAsync
|
||||
from util.catbox import CatboxAsync
|
||||
|
||||
logger = logging.getLogger()
|
||||
logger.setLevel(logging.INFO)
|
||||
|
Loading…
x
Reference in New Issue
Block a user