master
yumoqing 2024-02-18 16:06:45 +08:00
parent bb537a155a
commit 296ee9d406
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class TemplateProcessor(BaseProcessor):
class BricksUIProcessor(TemplateProcessor):
@classmethod
def isMe(self,name):
print(f'{name} is a bui")
print(f'{name=} is a bui')
return name=='bui'
async def datahandle(self, request):