Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJene committed Sep 28, 2022
1 parent 9c222d3 commit fa956f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/genkwh_rights_janitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_incoherent_rights(member_id):
#cal tenir en compte que si no hi ha diferències entre el dia D i avui, vol dir que tot ok.

if accions:
print("El partner {} ha desquadrat per un total de {} drets (mongo - erp).".format(str(member_id), str(total)))
print("El member {} ha desquadrat per un total de {} drets (mongo - erp).".format(str(member_id), str(total)))
return accions

def insert_actions_mongo(actions_filename):
Expand Down

0 comments on commit fa956f3

Please sign in to comment.