mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-22 18:43:44 +08:00
Fix: Missing definition of DEVICE_OVER_HTTP
This commit is contained in:
@@ -62,6 +62,7 @@ class ManualConfig:
|
|||||||
"""
|
"""
|
||||||
module.device
|
module.device
|
||||||
"""
|
"""
|
||||||
|
DEVICE_OVER_HTTP = False
|
||||||
FORWARD_PORT_RANGE = (20000, 21000)
|
FORWARD_PORT_RANGE = (20000, 21000)
|
||||||
REVERSE_SERVER_PORT = 7903
|
REVERSE_SERVER_PORT = 7903
|
||||||
ASCREENCAP_FILEPATH_LOCAL = './bin/ascreencap'
|
ASCREENCAP_FILEPATH_LOCAL = './bin/ascreencap'
|
||||||
|
|||||||
Reference in New Issue
Block a user