@ -64,6 +64,8 @@ class CK:
try:
data, columns = self.__client.execute(sql, columnar=True, with_column_types=True)
except Exception as e:
print('*'*50)
print(sql)
traceback.print_exc()
if e.code == 60:
return self.get_all(db, 'user', where, try_cnt - 1)
The note is not visible to the blocked user.