fixing print statement
This commit is contained in:
@@ -30,7 +30,10 @@ def setrowerplans():
|
||||
r.paidplan = paidplans[0]
|
||||
r.save()
|
||||
else:
|
||||
print 'Could not set plan for ',r
|
||||
try:
|
||||
print 'Could not set plan for ',r.user.username
|
||||
except:
|
||||
pass
|
||||
|
||||
def is_existing_customer(rower):
|
||||
if rower.country is not None and rower.customer_id is not None and rower.country != '':
|
||||
|
||||
Reference in New Issue
Block a user