Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.video
Commits
32e75d41
Commit
32e75d41
authored
Mar 06, 2017
by
Manuel Günther
Browse files
Fixed client ID issue
parent
5ab678b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/video/database/youtube.py
View file @
32e75d41
...
...
@@ -85,3 +85,6 @@ class YoutubeBioDatabase(ZTBioDatabase):
def
annotations
(
self
,
myfile
):
return
self
.
_db
.
annotations
(
myfile
.
_f
)
def
client_id_from_model_id
(
self
,
model_id
,
group
=
'dev'
):
return
self
.
_db
.
get_client_id_from_file_id
(
model_id
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment