mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Typo!
This commit is contained in:
@@ -78,5 +78,5 @@ def update_service_groups(user_id):
|
|||||||
try:
|
try:
|
||||||
api.update_groups(service.service_uid, service.user.groups.all(), service.character)
|
api.update_groups(service.service_uid, service.user.groups.all(), service.character)
|
||||||
except:
|
except:
|
||||||
print "Error updating %s %s" 5 (service.service, service.service_uid)
|
print "Error updating %s %s" % (service.service, service.service_uid)
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user