mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-27 22:37:16 +08:00
Fix: Emulator_Server == SERVER for def with decorators
This commit is contained in:
@@ -325,6 +325,10 @@ class AzurLaneConfig(ConfigUpdater, ManualConfig, GeneratedConfig):
|
|||||||
|
|
||||||
return config
|
return config
|
||||||
|
|
||||||
|
@property
|
||||||
|
def SERVER(self):
|
||||||
|
return self.Emulator_Server
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def DEVICE_SCREENSHOT_METHOD(self):
|
def DEVICE_SCREENSHOT_METHOD(self):
|
||||||
return self.Emulator_ScreenshotMethod
|
return self.Emulator_ScreenshotMethod
|
||||||
|
|||||||
Reference in New Issue
Block a user