wpgtk
wpgtk copied to clipboard
Fixing data types mismatch
fixing the "TypeError: '>' not supported between instances of 'tuple' and 'int'" error while checking "if wal_backend_version[i] > pywal_archived_version[i]" by changing pywal_archived_version to tuple.