mirror of https://gitlab.com/bashrc2/epicyon
Shorter timeout
parent
dd365dbc60
commit
df166c63b2
1
pgp.py
1
pgp.py
|
@ -582,7 +582,6 @@ def pgpPublicKeyUpload(baseDir: str, session,
|
||||||
quiet = not debug
|
quiet = not debug
|
||||||
tries = 0
|
tries = 0
|
||||||
while tries < 4:
|
while tries < 4:
|
||||||
print('tries = ' + str(tries))
|
|
||||||
postResult = \
|
postResult = \
|
||||||
postJson(session, actorUpdate, [], inboxUrl,
|
postJson(session, actorUpdate, [], inboxUrl,
|
||||||
headers, 5, quiet)
|
headers, 5, quiet)
|
||||||
|
|
Loading…
Reference in New Issue