mirror of
https://github.com/nicolabs/nicobot.git
synced 2026-05-21 11:57:34 +02:00
fixed : make sure python3 is used (not python 2)
This commit is contained in:
parent
9deb1281d1
commit
be6646c1ff
2
nicobot/askbot.py
Normal file → Executable file
2
nicobot/askbot.py
Normal file → Executable file
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import argparse
|
||||
|
|
|
|||
Loading…
Reference in a new issue