Speed improvement when creating Fbx object
This commit is contained in:
@ -139,7 +139,7 @@ class FreeboxMoviePlanner:
|
||||
self.movies = movies
|
||||
|
||||
logging.info('Opening Freebox session')
|
||||
self.freebox = Fbx()
|
||||
self.freebox = Fbx(nomdns=True)
|
||||
self.freebox.mksession(
|
||||
app_id='FreeboxMoviePlanner',
|
||||
token=self.config['freebox-session-token']
|
||||
|
Reference in New Issue
Block a user