Browse Source

Opalstack specific config file

master
The Dod 3 hours ago
parent
commit
81d2b4bb53
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config.py

+ 1
- 1
config.py View File

@@ -7,7 +7,7 @@ ALBUM_API = "https://photos.nandn.org.il/piwigo/ws.php?format=json&method=pwg.ca
7 7
 
8 8
 # Both templates can use image fields like {name} and {comment} (see example.json)
9 9
 # I don't need it in my use case, but go ahead
10
-TOOT_TEMPLATE = "#Bloomscrolling"
10
+TOOT_TEMPLATE = "Original resolution at:\n{element_url}\n#Bloomscrolling"
11 11
 ALT_TEXT_TEMPLATE = "Flowers from n&n's garden arranged in a vase.\nPhotographed at {date_creation}."
12 12
 
13 13
 TOOT_LANGUAGE = "en"

Loading…
Cancel
Save