mirror of
https://github.com/hughrun/ephemetoot
synced 2025-02-16 19:50:35 +01:00
Fix wrong config strings in example file
This fixes the errors: > module 'config' has no attribute 'keep_pinned' and: > module 'config' has no attribute 'keep_pinned'
This commit is contained in:
parent
76ace13237
commit
b56d7fa71e
@ -1,7 +1,7 @@
|
||||
access_token = 'YOUR_ACCESS_TOKEN_HERE'
|
||||
base_url = 'https://ausglam.space'
|
||||
days_to_keep = 30
|
||||
save_pinned = True
|
||||
toots_to_save = []
|
||||
keep_pinned = True
|
||||
toots_to_keep = []
|
||||
hashtags_to_keep = {'introduction', 'announcement'} # comma separated Set as strings, e.g. 'introduction'
|
||||
visibility_to_keep = ['private', 'unlisted'] # options are: 'public', 'unlisted', 'private', 'direct'
|
||||
visibility_to_keep = ['private', 'unlisted'] # options are: 'public', 'unlisted', 'private', 'direct'
|
||||
|
Loading…
x
Reference in New Issue
Block a user