mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Opt: Code formatting
This commit is contained in:
@@ -3,6 +3,7 @@ from module.base.timer import Timer
|
||||
from module.handler.assets import *
|
||||
from module.logger import logger
|
||||
|
||||
|
||||
class InfoHandler(ModuleBase):
|
||||
"""
|
||||
Class to handle all kinds of message.
|
||||
@@ -10,6 +11,7 @@ class InfoHandler(ModuleBase):
|
||||
"""
|
||||
Info bar
|
||||
"""
|
||||
|
||||
def info_bar_count(self):
|
||||
if self.appear(INFO_BAR_3):
|
||||
return 3
|
||||
|
||||
Reference in New Issue
Block a user