Skip to content

Commit

Permalink
fix web_render.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Mar 9, 2024
1 parent 334bd57 commit 54c21e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/web_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class WebRender:
local = False


def webrender(method: str = None, url: str = None, use_local: bool = True):
def webrender(method: str = '', url: str = '', use_local: bool = True):
'''根据请求方法生成 Webrender URL。
:param method: API 方法。
Expand Down

0 comments on commit 54c21e7

Please sign in to comment.