mirror of
https://github.com/koush/scrypted.git
synced 2026-06-20 16:40:30 +01:00
server: remove legacy storage event
This commit is contained in:
@@ -115,7 +115,7 @@ class EventRegistry(object):
|
||||
]
|
||||
|
||||
__allowedEventInterfaces = set(
|
||||
[ScryptedInterface.ScryptedDevice.value, "Logger", "Storage"]
|
||||
[ScryptedInterface.ScryptedDevice.value, "Logger"]
|
||||
)
|
||||
|
||||
def __init__(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user