Merge pull request #12 from albertz/patch-1

Update ils
This commit is contained in:
Mounier Florian
2014-03-01 17:01:19 +01:00

View File

@@ -23,7 +23,7 @@ for f in os.listdir(os.getcwd()):
mime,
base64.b64encode(buf.read()).decode('ascii'),
f)
except:
except Exception:
pass
print(out)