mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-23 01:44:53 +02:00
Update to v7.43.0
This commit is contained in:
@@ -208,3 +208,8 @@ class BaseTask:
|
||||
">IPAddress: {}(Internet) {}(Internal)".format(push_public_data['ip'], push_public_data['local_ip']),
|
||||
">SendingTime: " + push_public_data['time']
|
||||
])
|
||||
|
||||
class BaseTaskViewMsg:
|
||||
|
||||
def get_msg(self, task: dict) -> Optional[str]:
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user