summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar klea2025-12-12 06:44:17 +0000
committerGravatar klea2025-12-12 06:44:17 +0000
commit56465d76f0dad99e4f2efa4dc1d3de83a81a11b5 (patch)
treeebb1cb546ba0f76a503af631e5cd2975432353a7
parentLICENSE: move to root (diff)
signature
recentchanges -> bin/wiki-recentchanges
this makes looping trough wikibot/* easier
-rwxr-xr-x[-rw-r--r--]bin/wiki-recentchanges.py (renamed from wikibot/recentchanges.py)1
1 files changed, 1 insertions, 0 deletions
diff --git a/wikibot/recentchanges.py b/bin/wiki-recentchanges.py
index eaf8272..46371a2 100644..100755
--- a/wikibot/recentchanges.py
+++ b/bin/wiki-recentchanges.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env -S python3
from __future__ import annotations # PEP 585 for Python 3.7 and 3.8
import logging
import requests