mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: fix typo
This commit is contained in:
@@ -440,7 +440,7 @@ std::optional<std::string> asst::Controller::call_command(const std::string& cmd
|
||||
callback(AsstMsg::ConnectionInfo, reconnect_info);
|
||||
|
||||
std::this_thread::sleep_for(10s);
|
||||
auto reconnect_ret = call_command(m_adb.connect, 60LL * 1000, false /* 禁止重连避免无限递归 */);
|
||||
auto reconnect_ret = call_command(m_adb.connect, 60LL * 1000, false, false /* 禁止重连避免无限递归 */);
|
||||
bool is_reconnect_success = false;
|
||||
if (reconnect_ret) {
|
||||
auto& reconnect_str = reconnect_ret.value();
|
||||
|
||||
Reference in New Issue
Block a user