change pasted scrapeboard code to ibitfit

This commit is contained in:
ohsqueezy 2023-01-01 20:57:12 -08:00
parent 808a78bad1
commit 3a1532101f
1 changed files with 3 additions and 3 deletions

View File

@ -180,10 +180,10 @@ class ElectricSieve(Game):
# Raspbian Lite
if pygame.key.get_mods() & pygame.KMOD_SHIFT:
try:
subprocess.run(["sudo", "systemctl", "stop", "scrapeboard"])
print("Killing with permanent stop sent to systemd scrapeboard service")
subprocess.run(["sudo", "systemctl", "stop", "ibitfit"])
print("Killing with permanent stop sent to systemd ibitfit.service")
except:
print("No scrapeboard system service detected, so permanent quit either failed or was unnecessary")
print("No iBitFit system service detected, so permanent quit either failed or was unnecessary")
super().end(event)
def update(self):