Compare commits

...

2 Commits

Author SHA1 Message Date
242ba18500 Added shebang 2025-10-15 17:08:01 +02:00
8d01a42937 Made main.py executable 2025-10-15 17:06:54 +02:00

1
main.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/bin/python
import requests
from dotenv import load_dotenv
import os