implementing formatting text
This commit is contained in:
@@ -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": {},
|
||||
|
||||
Reference in New Issue
Block a user