Browse Source
Update deduplica_comissao.py
Co-Authored-By: Cesar Augusto de Carvalho <cesaraugc@gmail.com>
script-comissao
Edward
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deduplica_comissao.py
|
@ -115,7 +115,7 @@ def estatisticas(): |
|
|
total = a.objects.filter(autor=autor).count() |
|
|
total = a.objects.filter(autor=autor).count() |
|
|
print(model_name, total) |
|
|
print(model_name, total) |
|
|
except Exception as e: |
|
|
except Exception as e: |
|
|
print(e) |
|
|
print(str(e)) |
|
|
pass |
|
|
pass |
|
|
print('-------------------------------------------------------------------') |
|
|
print('-------------------------------------------------------------------') |
|
|
|
|
|
|
|
|