Skip to content
Extraits de code Groupes Projets
Valider 079ea49f rédigé par luxcem's avatar luxcem
Parcourir les fichiers

typo

parent 22dfbb30
Branches
Étiquettes
Aucune requête de fusion associée trouvée
......@@ -13,7 +13,7 @@
# See the GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU General Affero Public
# License along with Foobar.
# License along with compotista
# If not, see <http://www.gnu.org/licenses/>.
#
# Copyright (C) 2013 Laurent Peuch <cortex@worlddomination.be>
......@@ -45,7 +45,7 @@ class Command(BaseCommand):
bar = pyprind.ProgBar(self.get_number_of_meps())
resource = urlopen(url)
for i, representative in enumerate(ijson.items(resource, 'item')):
for i, representative in enumerate(ijson.items(resource, 'item')):
representative = import_a_representative(representative)
representative_id = '{} - {}'.format(i, representative.full_name.encode('utf-8'))
bar.update(item_id = representative_id)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter