FIX: Shebang

This commit is contained in:
Jean-Claude 2020-04-22 19:50:09 +02:00
parent a48dc419df
commit 164774ab3a
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
import os
import time
import logging

View File

@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python
import requests
import logging