fix menor

This commit is contained in:
Arturo Hernandez 2018-05-23 16:33:03 -04:00
parent a330e2fd37
commit 0f9739e025

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)