mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
Remove env variable requirement
This commit is contained in:
parent
73d7476bed
commit
954a439501
@ -597,24 +597,6 @@ class FrigateApp:
|
||||
self.init_logger()
|
||||
logger.info(f"Starting Frigate ({VERSION})")
|
||||
|
||||
if not os.environ.get("I_PROMISE_I_WONT_MAKE_AN_ISSUE_ON_GITHUB"):
|
||||
print(
|
||||
"**********************************************************************************"
|
||||
)
|
||||
print(
|
||||
"**********************************************************************************"
|
||||
)
|
||||
print("Frigate 0.14 UNSTABLE")
|
||||
print("This build is not for public use. Please use Frigate stable.")
|
||||
print("Unstable/experimental builds are not enabled, Frigate is exiting.")
|
||||
print(
|
||||
"**********************************************************************************"
|
||||
)
|
||||
print(
|
||||
"**********************************************************************************"
|
||||
)
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
self.ensure_dirs()
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user