Skip to content

Commit

Permalink
Merge pull request #8 from austeregrim/patch-1
Browse files Browse the repository at this point in the history
Change Default to NOT CONFIGURED
  • Loading branch information
shawndwells authored Sep 10, 2023
2 parents c836bca + 211368f commit f0025e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions classification_banner/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ def get_host():
def configure():
"""Read Global configuration"""
defaults = {}
defaults["message"] = "UNCLASSIFIED"
defaults["foreground"] = "#FFFFFF"
defaults["background"] = "#007A33"
defaults["message"] = "NOT CONFIGURED"
defaults["foreground"] = "#000000"
defaults["background"] = "#FFFFFF"
defaults["font"] = "liberation-sans"
defaults["size"] = "small"
defaults["weight"] = "bold"
Expand Down

0 comments on commit f0025e3

Please sign in to comment.