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.face
Commits
a040e17c
Commit
a040e17c
authored
Oct 07, 2016
by
Amir Mohammadi
Browse files
[replaymobile] Fix the name
parent
6cbe9987
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/database/replaymobile.py
View file @
a040e17c
...
...
@@ -32,7 +32,7 @@ class ReplayMobileBioDatabase(BioDatabase):
def
__init__
(
self
,
max_number_of_frames
=
None
,
**
kwargs
):
# call base class constructors to open a session to the database
super
(
ReplayMobileBioDatabase
,
self
).
__init__
(
name
=
'replay'
,
name
=
'replay
-mobile
'
,
max_number_of_frames
=
max_number_of_frames
,
**
kwargs
)
from
bob.db.replaymobile.verificationprotocol
import
Database
as
LowLevelDatabase
...
...
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