telegram: switch to python3

This commit is contained in:
Silvan Calarco 2020-11-19 12:34:53 +01:00
parent 64394b8110
commit a69962724a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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