import/export

This commit is contained in:
j 2014-05-17 02:14:15 +02:00
commit dbfdd50a29
16 changed files with 120 additions and 84 deletions

View file

@ -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