Add one more random error message

This commit is contained in:
Veronica Berglyd Olsen
2023-06-11 22:51:03 +02:00
parent 98692eb2fe
commit aea41032ef
+2 -1
View File
@@ -95,7 +95,8 @@ class NWErrorMessage(QDialog):
"+++ Divide by Cucumber Error +++",
"+++ Whoops! Here Comes The Cheese! +++",
"+++ Please Reinstall Universe and Reboot +++",
][random.randint(0, 3)])
"+++ Error At Address 14, Treacle Mine Road +++",
][random.randint(0, 4)])
self.setLayout(self.mainBox)