fix menor
This commit is contained in:
parent
a330e2fd37
commit
0f9739e025
@ -170,7 +170,7 @@ try:
|
|||||||
templates = conn.get_templates()
|
templates = conn.get_templates()
|
||||||
for tem in templates:
|
for tem in templates:
|
||||||
tem2 =conn.get_user_template(tem.uid,tem.fid)
|
tem2 =conn.get_user_template(tem.uid,tem.fid)
|
||||||
if temp2 is None:
|
if tem2 is None:
|
||||||
print ("bulk! %s" % tem)
|
print ("bulk! %s" % tem)
|
||||||
elif tem == tem2: # compare with alternative method
|
elif tem == tem2: # compare with alternative method
|
||||||
print ("OK! %s" % tem)
|
print ("OK! %s" % tem)
|
||||||
|
Loading…
Reference in New Issue
Block a user