]> git.leonardobizzoni.com Git - holonotify/commitdiff
Added EN Council members
authorLeonardoBizzoni <leo2002714@gmail.com>
Tue, 17 Aug 2021 09:33:36 +0000 (11:33 +0200)
committerLeonardoBizzoni <leo2002714@gmail.com>
Tue, 17 Aug 2021 09:33:36 +0000 (11:33 +0200)
Icons/baelz.jpg [new file with mode: 0644]
Icons/fauna.jpg [new file with mode: 0644]
Icons/kronii.jpg [new file with mode: 0644]
Icons/nanashi.jpg [new file with mode: 0644]
Icons/sana.jpg [new file with mode: 0644]
utils.py

diff --git a/Icons/baelz.jpg b/Icons/baelz.jpg
new file mode 100644 (file)
index 0000000..f805d6d
Binary files /dev/null and b/Icons/baelz.jpg differ
diff --git a/Icons/fauna.jpg b/Icons/fauna.jpg
new file mode 100644 (file)
index 0000000..c6bb969
Binary files /dev/null and b/Icons/fauna.jpg differ
diff --git a/Icons/kronii.jpg b/Icons/kronii.jpg
new file mode 100644 (file)
index 0000000..dbfc8de
Binary files /dev/null and b/Icons/kronii.jpg differ
diff --git a/Icons/nanashi.jpg b/Icons/nanashi.jpg
new file mode 100644 (file)
index 0000000..fa5d2b9
Binary files /dev/null and b/Icons/nanashi.jpg differ
diff --git a/Icons/sana.jpg b/Icons/sana.jpg
new file mode 100644 (file)
index 0000000..983cb8c
Binary files /dev/null and b/Icons/sana.jpg differ
index 6af2ceb0db146adfd23864accda8966cc4a1f0c1..2ef1fc72b8591fbb45655fffd4a3419a0d226b4e 100644 (file)
--- a/utils.py
+++ b/utils.py
@@ -36,7 +36,7 @@ def getIcon(name):
         return abspath + "roboco.jpg"
     elif ("miko" in name):
         return abspath + "miko.jpg"
-    elif ("mel" in name):
+    elif ("夜空メルチャンネル" in name):
         return abspath + "mel.jpg"
     elif ("アキロゼ" in name):
         return abspath + "akirose.jpg"
@@ -120,6 +120,16 @@ def getIcon(name):
         return abspath + "amelia.jpg"
     elif ("irys" in name):
         return abspath + "irys.jpg"
+    elif ("tsukumoto" in name):
+        return abspath + "sana.jpg"
+    elif ("fauna" in name):
+        return abspath + "fauna.jpg"
+    elif ("baelz" in name):
+        return abspath + "baelz.jpg"
+    elif ("nanashi" in name):
+        return abspath + "nanashi.jpg"
+    elif ("kronii" in name):
+        return abspath + "kronii.jpg"
     
     # ID
     elif ("ollie" in name):