Shorter timeout

merge-requests/20/merge
Bob Mottram 2021-03-17 21:32:30 +00:00
parent dd365dbc60
commit df166c63b2
1 changed files with 0 additions and 1 deletions

1
pgp.py
View File

@ -582,7 +582,6 @@ def pgpPublicKeyUpload(baseDir: str, session,
quiet = not debug
tries = 0
while tries < 4:
print('tries = ' + str(tries))
postResult = \
postJson(session, actorUpdate, [], inboxUrl,
headers, 5, quiet)