Commit 8eca9f97 authored by Michal Čihař's avatar Michal Čihař

Add missing self parameter

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 4d114980
......@@ -29,7 +29,7 @@ import json
class Command(BaseCommand):
help = 'imports userdata from JSON dump of database'
def import_subscriptions(profile, userprofile):
def import_subscriptions(self, profile, userprofile):
"""
Imports user subscriptions.
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment