implementing formatting text

This commit is contained in:
Hellow
2024-02-15 00:27:52 +01:00
parent 6be934e374
commit 0c4c41ff84
3 changed files with 27 additions and 12 deletions

View File

@@ -7,13 +7,22 @@ from . import PROGRAM_DATA_DIR, PROGRAM_NAME
logger = logging.getLogger("config")
_config: dict = {
"ics_url": "",
"locale": "en",
"date_format": "%Y-%m-%d %H:%M:%S",
"time_format": "%H:%M",
"time_format_full_hour": "%H",
"weekday_translations": {},
"months_translations": {},
"active_feeds": [
"mastodon",
"twitter",
],
"weekday_translations": {},
"months_translations": {},
"ics_url": "",
"mastodon": {},
"twitter": {},
"lemmy": {},