addet shebang and made it executable

This commit is contained in:
pika 2025-03-10 19:18:25 +01:00
parent d8f3ce4fa3
commit 84177af684

2
src/update.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import requests
import re
import os