From a69962724a8db374741e245eb67937cce9c6cab0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 19 Nov 2020 12:34:53 +0100 Subject: [PATCH] telegram: switch to python3 --- telegram/openmamba_bot.py | 2 +- telegram/openmambabot.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/telegram/openmamba_bot.py b/telegram/openmamba_bot.py index e6848c4..1158c78 100755 --- a/telegram/openmamba_bot.py +++ b/telegram/openmamba_bot.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # openmamba bot for Telegram diff --git a/telegram/openmambabot.service b/telegram/openmambabot.service index 90e04de..74fc595 100644 --- a/telegram/openmambabot.service +++ b/telegram/openmambabot.service @@ -4,7 +4,7 @@ After=syslog.target [Service] Type=simple -ExecStart=/usr/bin/python /usr/share/autodist/openmamba_bot.py +ExecStart=/usr/bin/python3 /usr/share/autodist/openmamba_bot.py [Install] WantedBy=multi-user.target