Browse Source

some fixes

master
Mikhail Grebenkin 4 years ago
parent
commit
95f5be2e60
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      importer.py

+ 1
- 1
importer.py View File

@ -60,7 +60,7 @@ def main():
print err
exit(0)
z_users = z_reader.users_make_zayavka(res)
print len(z_users)
print(z_users)
i = 0
for z_user in z_users:
print z_user, z_users[z_user]['memberOf']


Loading…
Cancel
Save

Powered by TurnKey Linux.