Skip to content

Commit faf3489

Browse files
committed
fix refactor enable tha
1 parent 371a4a4 commit faf3489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytoninstaller/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def tha_exists():
498498
def enable_ton_http_api(local):
499499
try:
500500
if not tha_exists():
501-
enable_ton_http_api(local)
501+
do_enable_ton_http_api(local)
502502
except Exception as e:
503503
local.add_log(f"Error in enable_ton_http_api: {e}", "warning")
504504
pass

0 commit comments

Comments
 (0)