Skip to content

Commit

Permalink
Fix no timeout argument for gdm.scan() (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 authored Feb 5, 2024
1 parent a85291e commit e161ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_gdm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_gdm(plex):

gdm_enabled = plex.settings.get("GdmEnabled")

gdm.scan(timeout=2)
gdm.scan()
if gdm_enabled:
assert len(gdm.entries)
else:
Expand Down

0 comments on commit e161ce6

Please sign in to comment.