From e64a48695b8812a60eba3ebdbf2d99b5fe79904f Mon Sep 17 00:00:00 2001 From: Philip C Monk Date: Fri, 3 Jun 2016 12:51:25 -0400 Subject: [PATCH] typo --- urb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urb b/urb index 56534906a..180acc116 100755 --- a/urb +++ b/urb @@ -341,5 +341,5 @@ elif r.text[0] == '{': with open(json_data['file'][:0:-1].replace('/','.',1)[::-1], 'w') as f: f.write(base64.b64decode(json_data['data'])) else: - loggin.warn("unrecognized response") + logging.warn("unrecognized response") print r.text