ripe-api.py: switch to a more generic shebang

This commit is contained in:
Alarig Le Lay 2020-05-09 09:31:23 +02:00
parent e23d994dc1
commit 1379b7d5de
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3
import requests
import json
import yaml