Point to new gitlab URL

This commit is contained in:
Eliot Berriot 2018-12-10 16:00:33 +01:00
parent fd1ce6ef51
commit dd23dfa07c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
21 changed files with 57 additions and 57 deletions

View file

@ -2,7 +2,7 @@ import gitlab
TOKEN = "CHANGEME"
CLEAN_BEFORE = "2018-07"
gl = gitlab.Gitlab("https://code.eliotberriot.com", private_token=TOKEN, per_page=100)
gl = gitlab.Gitlab("https://dev.funkwhale.audio", private_token=TOKEN, per_page=100)
project = gl.projects.get("funkwhale/funkwhale")
jobs = project.jobs.list(as_list=False)