box bug
This commit is contained in:
@@ -291,7 +291,7 @@ async def update_cookies(
|
||||
):
|
||||
try:
|
||||
# see if cookie file exists
|
||||
if not os.path.exists('cookies') and os.path.exists('cookies/tcg_cookies.json'):
|
||||
if not os.path.exists('cookies') or os.path.exists('cookies/tcg_cookies.json'):
|
||||
logger.info("Cannot find cookies")
|
||||
# Create cookies directory if it doesn't exist
|
||||
os.makedirs('cookies', exist_ok=True)
|
||||
|
Reference in New Issue
Block a user