takamine740

Results 1 comments of takamine740

You can go to edit the file /usr/local/lib/python3.9/site-packages/qark/xml_helpers.py. At line 54, change **string_array.getchildren()** to **list(string_array)**. It should fix the issue.