Skip to content

Commit

Permalink
update arguments names
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Mar 5, 2024
1 parent 585663a commit a2a5e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kowalski/alert_brokers/alert_broker_ztf.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def alert_put_photometry(self, alert):
try:
response = self.api_skyportal(
"PUT",
f"/api/photometry{'?ignore_flux_deduplication=true&ignore_flux_deduplication_replace=true' if is_fp else ''}",
f"/api/photometry{'?duplicate_ignore_flux=true&overwrite_flux=true' if is_fp else ''}",
photometry,
timeout=15,
)
Expand Down

0 comments on commit a2a5e03

Please sign in to comment.