Update cert_api.py

pull/387/head
midoks 2 years ago
parent b02705aa5a
commit a5f29a2a6a
  1. 2
      class/core/cert_api.py

@ -1522,7 +1522,7 @@ fullchain.pem 粘贴到证书输入框
self.__config['orders'][i]['auth_to'] = auth_to
# 是否到了允许重试的时间
if 'next_retry_time' in self._config['orders'][i]:
if 'next_retry_time' in self.__config['orders'][i]:
timeout = self.__config['orders'][i][
'next_retry_time'] - int(time.time())
if timeout > 0:

Loading…
Cancel
Save