mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-07 03:11:15 +03:00
Capitalize the Frigate word (#5044)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Handle communication between frigate and other applications."""
|
||||
"""Handle communication between Frigate and other applications."""
|
||||
|
||||
import logging
|
||||
|
||||
@@ -29,7 +29,7 @@ class Communicator(ABC):
|
||||
|
||||
|
||||
class Dispatcher:
|
||||
"""Handle communication between frigate and communicators."""
|
||||
"""Handle communication between Frigate and communicators."""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user