Skip to content

Commit

Permalink
fix: Update CIP default = false
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored May 17, 2023
1 parent 0aa7836 commit 1a91133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routers/chem.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async def Depict2D_molecule(
width: Optional[int] = 512,
height: Optional[int] = 512,
rotate: Optional[int] = 0,
CIP: Optional[bool] = True,
CIP: Optional[bool] = False,
unicolor: Optional[bool] = False,
):
"""
Expand Down

0 comments on commit 1a91133

Please sign in to comment.