reporter
This commit is contained in:
@@ -5,6 +5,8 @@ Název souboru: yyyy-mm-dd Daily Str8ts puzzle.pdf
|
|||||||
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import sys
|
import sys
|
||||||
|
sys.stdout.reconfigure(encoding="utf-8")
|
||||||
|
sys.stderr.reconfigure(encoding="utf-8")
|
||||||
from datetime import date
|
from datetime import date
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
@@ -12,8 +14,9 @@ from playwright.async_api import async_playwright
|
|||||||
|
|
||||||
sys.path.insert(0, str(Path(__file__).parent.parent.parent / "Knihovny"))
|
sys.path.insert(0, str(Path(__file__).parent.parent.parent / "Knihovny"))
|
||||||
from EmailMessagingGraph import send_mail
|
from EmailMessagingGraph import send_mail
|
||||||
|
from najdi_dropbox import get_dropbox_root
|
||||||
|
|
||||||
OUTPUT_DIR = Path(__file__).parent
|
OUTPUT_DIR = Path(get_dropbox_root()) / "!!!Days" / "Downloads Z230"
|
||||||
URL = "https://www.solitaire.org/daily-str8ts/"
|
URL = "https://www.solitaire.org/daily-str8ts/"
|
||||||
RECIPIENT = ["vladimir.buzalka@buzalka.cz", "alica.buzalkova@buzalka.cz"]
|
RECIPIENT = ["vladimir.buzalka@buzalka.cz", "alica.buzalkova@buzalka.cz"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user