mirror of https://github.com/watcha-fr/synapse
secrets got introduced in python 3.6 so this class is not available in 3.5 and before. This now checks for the current running version and only tries using secrets if the version is 3.6 or above Signed-Off-By: Matthias Kesler <krombel@krombel.de>pull/14/head
parent
e9b2d047f6
commit
254e8267e2
@ -0,0 +1 @@ |
||||
Only import secrets when available (fix for py < 3.6) |
Loading…
Reference in new issue