*.py: Make sure to use python3

This commit is contained in:
Jonah Brüchert
2019-07-13 14:01:32 +02:00
parent d90c4aa646
commit 2b64898141
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import re
import subprocess
import sys

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import requests
import subprocess