Skip to content

Commit

Permalink
force next color
Browse files Browse the repository at this point in the history
  • Loading branch information
MKCG committed Nov 22, 2023
1 parent 3c1ea79 commit 5f9e958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


def get_next_color():
return "20231122"
try:
with urlopen(COLOR_URL, timeout=5) as url:
data = json.loads(url.read().decode())
Expand Down

0 comments on commit 5f9e958

Please sign in to comment.