telegram: switch to python3
This commit is contained in:
parent
64394b8110
commit
a69962724a
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# openmamba bot for Telegram
|
# openmamba bot for Telegram
|
||||||
|
@ -4,7 +4,7 @@ After=syslog.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/python /usr/share/autodist/openmamba_bot.py
|
ExecStart=/usr/bin/python3 /usr/share/autodist/openmamba_bot.py
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user