Skip to content

Commit

Permalink
<jx3>[feat]remove print()
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Sep 6, 2024
1 parent 0ebca22 commit 63af4f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/jx3/calculator/online_calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,5 +363,4 @@ async def get_calculated_data(server: Optional[str], name: str, group_id: Option
headers = {"token": inkarsuki_offical_token},
json = jx3api_format_data
)
print(data)
return json.loads(data)

0 comments on commit 63af4f6

Please sign in to comment.