Skip to content

Commit

Permalink
Delivered 0.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
piraz committed Nov 26, 2020
1 parent 0c2f38b commit 60ab28b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion automatoes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.

__author__ = "Flavio Garcia <[email protected]>"
__version__ = (0, 9, 5)
__version__ = (0, 9, 6)
__licence__ = "Apache License V2.0"


Expand Down
2 changes: 0 additions & 2 deletions automatoes/acme.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,8 @@ def get_order_challenges(self, order):
if "expires" not in auth_response:
expire_date = (datetime.datetime.now() +
datetime.timedelta(days=2))
print(expire_date)
auth_response['expires'] = expire_date.strftime(
"%Y-%m-%dT%H:%M:%S")
print(auth_response)
order_challenges.append(Challenge(
contents=challenge,
domain=auth_response['identifier']['value'],
Expand Down

0 comments on commit 60ab28b

Please sign in to comment.