You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
9 lines
268 B
Python
9 lines
268 B
Python
# The bug in python 3.6+ was in parsing that we
|
|
# add END_IF_THEN and using that inside "return results"
|
|
def whcms_license_info(md5hash, datahash, results):
|
|
if md5hash == datahash:
|
|
try:
|
|
return md5hash
|
|
except:
|
|
return results
|