summaryrefslogtreecommitdiff
path: root/errors.py
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-15 14:46:26 +0000
committerroot <root@turin.home>2022-01-15 14:46:26 +0000
commitf315adea703193deb7419355dc084e903dbfde1e (patch)
tree64f0855bd91bf2c8b7cc4d9c9dc5a80a5c448015 /errors.py
parentcf70ae6ded332729f0dc2833d6680d7dac8072db (diff)
Development
Diffstat (limited to 'errors.py')
-rw-r--r--errors.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/errors.py b/errors.py
new file mode 100644
index 0000000..5e7394b
--- /dev/null
+++ b/errors.py
@@ -0,0 +1,10 @@
+def device_error():
+ print(
+ """
+ The device you are running on is not currently compatible.
+ Please use a suitable device. The current suitable
+ devices are:
+ - Raspberry Pi 4
+ """
+ )
+ quit()