mirror of
https://github.com/langgenius/dify.git
synced 2026-03-23 23:37:55 +08:00
feat: support variable resolution, fix linting
This commit is contained in:
@ -67,7 +67,7 @@ def _print_event(event: Mapping | str) -> None:
|
||||
payload = json.dumps(event, ensure_ascii=False)
|
||||
else:
|
||||
payload = event
|
||||
print(payload)
|
||||
# print(payload)
|
||||
sys.stdout.flush()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user