py/gadict.py
changeset 1313 db3f92fe3295
parent 1297 2a7472a87c39
--- a/py/gadict.py	Wed Aug 25 12:30:00 2021 +0300
+++ b/py/gadict.py	Wed Sep 01 09:55:02 2021 +0300
@@ -109,7 +109,7 @@
             self.col_list = [col]
 
     def set_countable(self, countable):
-        if isinstance(countable, str):
+        if isinstance(countable, str) or isinstance(countable, unicode):
             if countable == 'yes':
                 self.countable = True
             elif countable == 'no':