Skip to content

Commit

Permalink
set all_namespaces as an empty list
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajithp committed Feb 13, 2021
1 parent db1e59d commit 9f6c107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import os

WATCH_NAMESPACE = os.getenv('WATCH_NAMESPACE')
all_namespaces = []
if WATCH_NAMESPACE is not None:
all_namespaces = WATCH_NAMESPACE.split(',')

Expand Down

0 comments on commit 9f6c107

Please sign in to comment.