Update scroll.py

This commit is contained in:
2026-03-27 07:12:37 +00:00
parent 466c02c5c6
commit 08319da403

View File

@@ -164,7 +164,7 @@ class Bot():
# Process files from this page
for file in files['tree']:
if file['path'].startswith('ircart/') and file['path'].endswith('.txt') and not file['path'].startswith('ircart/.') and not file['path'].startswith('ircart/nazi/'):
if file['path'].startswith('ircart/') and file['path'].endswith('.txt') and not file['path'].startswith('ircart/.'):
name = file['path'][7:-4]
if '/' in name:
dir, fname = name.split('/', 1)