From 7de5582022523d946c3e87185a790aa6805bfc5a Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 4 Jan 2025 03:39:11 +0300 Subject: [PATCH] termux-api-start not _ --- s.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s.py b/s.py index 44b304c..b761477 100644 --- a/s.py +++ b/s.py @@ -40,7 +40,7 @@ if is_termux: default_directory = '/sdcard/ub4tg' os.system(f'mkdir -p {default_directory}') default_config_file_path = f'{default_directory}/config.json' - termux_api = os.system('termux_api_start') == 0 + termux_api = os.system('termux-api-start') == 0 if termux_api: logger.success('termux API works') else: