summaryrefslogtreecommitdiff
path: root/scripts/fill.image_altars.py
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 18:25:45 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 18:25:45 +0000
commit23d3496e8b975804a2639972fe2ec9bb17bb73b4 (patch)
tree06b1be51c4c8e820dd5a2ef4206275c3829837d0 /scripts/fill.image_altars.py
parent120b42a2305c0a01069c8268aa9a2866923cb9ea (diff)
Rebrand: HUMPFM env vars + salts
Diffstat (limited to 'scripts/fill.image_altars.py')
-rwxr-xr-xscripts/fill.image_altars.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fill.image_altars.py b/scripts/fill.image_altars.py
index 1181214..3d248a1 100755
--- a/scripts/fill.image_altars.py
+++ b/scripts/fill.image_altars.py
@@ -27,7 +27,7 @@ def add_altar(message_id, user_id, content):
except postgresql.exceptions.UniqueError:
print("skipped adding a dupe")
-# NOTE. hardcoded room numbers to index here... only indexing DUMPFM (1) and GIF (8) currently.
+# NOTE: hardcoded room numbers to index here... only indexing HUMPFM (1) and GIF (8) currently.
def get_messages():
ps = db.prepare("SELECT message_id, user_id, content FROM messages WHERE message_id >= $1 AND message_id <= $2 AND room_id IN (1,8) ORDER BY message_id ASC")
return ps.chunks