Closed BaiBlanc closed 4 years ago
Description: Several libraries used is only based on python3, this generates AttributeError when running on Python2 This commit fixes this incompatible error
I've imported the libraries working on python2 and added try:#python3
except: #python2
Already merged in #22.
Description: Several libraries used is only based on python3, this generates AttributeError when running on Python2 This commit fixes this incompatible error
I've imported the libraries working on python2 and added try:#python3
original code
except: #python2
code working on python2