Merge branch 'master' of gitlab.geo.gob.bo:agetic/pyzk

This commit is contained in:
Arturo Hernandez 2018-05-24 08:49:08 -04:00
commit 2af1d7d171

View File

@ -170,7 +170,7 @@ try:
templates = conn.get_templates()
for tem in templates:
tem2 =conn.get_user_template(tem.uid,tem.fid)
if temp2 is None:
if tem2 is None:
print ("bulk! %s" % tem)
elif tem == tem2: # compare with alternative method
print ("OK! %s" % tem)