Skip to content

Commit

Permalink
Bug fix set location instead of date
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujsoni-atm committed Oct 3, 2023
1 parent 1f54bd4 commit ee8a74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sailthru/sailthru_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def push_content(self, title, url,
if expire_date is not None:
data['expire_date'] = expire_date
if location is not None:
data['location'] = date
data['location'] = location
if price is not None:
data['price'] = price
if description is not None:
Expand Down

0 comments on commit ee8a74a

Please sign in to comment.