Skip to content

Commit

Permalink
πŸπŸŒšπŸ€– Formatted using black.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariatta committed Mar 2, 2019
1 parent 97b1887 commit 7032e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webservice/__main__.py
Expand Up @@ -62,6 +62,7 @@ def get_hotline_description():
"""Return the description of this hotline, e.g: CoC hotline, or Head office"""
return os.environ.get("HOTLINE_DESC")


def is_auto_recording():
autorecord_flag = os.environ.get("AUTO_RECORD", "false")
return autorecord_flag.lower() == "true"
Expand Down

0 comments on commit 7032e56

Please sign in to comment.