Skip to content

Commit

Permalink
feat(management): add remaining labelstudio projects
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Nov 29, 2024
1 parent c807e22 commit 3e52c58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Command(BaseCommand):
help = "Import data from LabelStudio Export"

def handle(self, *args, **options):
projects = [45]
projects = [45, 48, 49, 50, 51, 52, 55, 56, 58, 63, 64, 65, 66, 69, 70, 71, 77, 78, 79, 80, 81, 82, 83]
if labelstudio_token:
headers = {"Authorization": f"Token {labelstudio_token}"}
for project in projects:
Expand Down

0 comments on commit 3e52c58

Please sign in to comment.