fixed : make sure python3 is used (not python 2)

This commit is contained in:
nicobo 2020-12-20 15:46:17 +01:00
parent 9deb1281d1
commit be6646c1ff
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

2
nicobot/askbot.py Normal file → Executable file
View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse