1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Fix: Missing definition of DEVICE_OVER_HTTP

This commit is contained in:
LmeSzinc 2022-07-02 16:41:17 +08:00
parent 878ac3e833
commit ac49edd92e

View File

@ -62,6 +62,7 @@ class ManualConfig:
"""
module.device
"""
DEVICE_OVER_HTTP = False
FORWARD_PORT_RANGE = (20000, 21000)
REVERSE_SERVER_PORT = 7903
ASCREENCAP_FILEPATH_LOCAL = './bin/ascreencap'