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 # Raspbian Lite
if pygame.key.get_mods() & pygame.KMOD_SHIFT: if pygame.key.get_mods() & pygame.KMOD_SHIFT:
try: try:
subprocess.run(["sudo", "systemctl", "stop", "scrapeboard"]) subprocess.run(["sudo", "systemctl", "stop", "ibitfit"])
print("Killing with permanent stop sent to systemd scrapeboard service") print("Killing with permanent stop sent to systemd ibitfit.service")
except: 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) super().end(event)
def update(self): def update(self):