Show HTOP Command

This commit is contained in:
XelXen 2022-06-18 19:28:26 +05:30 committed by GitHub
parent 220d7c2131
commit abacc1e761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/tg.py vendored
View File

@ -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__':