diff options
-rw-r--r-- | georgedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/georgedata.py b/georgedata.py index 8f9f454..e998b52 100644 --- a/georgedata.py +++ b/georgedata.py @@ -35,7 +35,7 @@ the = dict( ) -the["itzz me"] = ("http://truttle1.xyz/truttlecities/~Itzzy/MainStreet/index.html","#000100") +the["itzz me"] = ("https://itzzcode.github.io/","#000100") george = {k:v[0] for k,v in the.items()} # links |