Skip to content

Commit

Permalink
Update poept.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Saikyo0 authored Jul 21, 2024
1 parent 2b8f1f8 commit d15b921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poept/poept.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from selenium.webdriver.support.ui import WebDriverWait
from selenium.common.exceptions import NoSuchElementException, StaleElementReferenceException
from selenium.webdriver.support import expected_conditions as EC
from tools import speech, record
from .tools import speech, record

# Configure logging
logging.basicConfig(filename='poebot.log', level=logging.DEBUG, format='%(asctime)s - %(levelname)s - %(message)s')
Expand Down

0 comments on commit d15b921

Please sign in to comment.