import/export
This commit is contained in:
parent
ec83ec052c
commit
dbfdd50a29
16 changed files with 120 additions and 84 deletions
|
|
@ -36,7 +36,7 @@ def put(sk, data):
|
|||
'X-Ed25519-Signature': sig
|
||||
}
|
||||
try:
|
||||
r = requests.put(url, data, headers=headers)
|
||||
r = requests.put(url, data, headers=headers, timeout=2)
|
||||
except:
|
||||
import traceback
|
||||
print 'directory.put failed:', data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue