diff options
-rw-r--r-- | georgedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/georgedata.py b/georgedata.py index e998b52..6cc6a71 100644 --- a/georgedata.py +++ b/georgedata.py @@ -35,7 +35,7 @@ the = dict( ) -the["itzz me"] = ("https://itzzcode.github.io/","#000100") +the["itzz me"] = ("https://itzzcode.github.io/","#00af00") george = {k:v[0] for k,v in the.items()} # links |