From: LeonardoBizzoni Date: Tue, 17 Aug 2021 09:33:36 +0000 (+0200) Subject: Added EN Council members X-Git-Url: http://git.leonardobizzoni.com/?a=commitdiff_plain;h=baa5fd95e8c9c1b56eb454c779fefaca9a8dd2e9;p=holonotify Added EN Council members --- diff --git a/Icons/baelz.jpg b/Icons/baelz.jpg new file mode 100644 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 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 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 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 index 0000000..983cb8c Binary files /dev/null and b/Icons/sana.jpg differ diff --git a/utils.py b/utils.py index 6af2ceb..2ef1fc7 100644 --- 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):