diff options
| author | Tianhao Wang <tianhao.wang2@mailbox.tu-dresden.de> | 2023-10-14 01:19:04 +0200 |
|---|---|---|
| committer | Tianhao Wang <tianhao.wang2@mailbox.tu-dresden.de> | 2023-10-14 01:19:04 +0200 |
| commit | 127d5e994419f51e1492cd5c805a683b8592c108 (patch) | |
| tree | b277a68fe182484aeba2e585c821321d9843c5b4 /config.py | |
| parent | 1dfd2937281beec222121da45a242012988d0b86 (diff) | |
fix tab
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ BASEURL = 'https://_instance_' FOLLOW = "yourself" PUBLIC_ONLY = True NO_REBLOG = True -DATEFORMAT = "%m/%d/%Y" +DATEFORMAT = "%m/%d/%Y" OUTPUT_JSON_FILE = 'tl.json' # TODO add caching options |
