diff options
| -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 |
