mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
Fix no timeout argument for gdm.scan()
(#1356)
This commit is contained in:
parent
a85291e933
commit
e161ce69d9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ def test_gdm(plex):
|
||||||
|
|
||||||
gdm_enabled = plex.settings.get("GdmEnabled")
|
gdm_enabled = plex.settings.get("GdmEnabled")
|
||||||
|
|
||||||
gdm.scan(timeout=2)
|
gdm.scan()
|
||||||
if gdm_enabled:
|
if gdm_enabled:
|
||||||
assert len(gdm.entries)
|
assert len(gdm.entries)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue