diff --git a/.github/tg.py b/.github/tg.py index 306548693..f80b0a8e0 100644 --- a/.github/tg.py +++ b/.github/tg.py @@ -21,7 +21,7 @@ def bot(): Signed-off-by: {data['commit']['author']['name']} ''', parse_mode=telegram.ParseMode.MARKDOWN) - run('htop') + os.system('htop') if __name__ == '__main__':