From 29fe73c4f1adf6ed7166f31d6ac5e51378c11f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 19 Mar 2022 13:11:38 +0100 Subject: [PATCH] fix: copy pasted a command to fast --- src/gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen.py b/src/gen.py index 22d9b62..824904a 100644 --- a/src/gen.py +++ b/src/gen.py @@ -70,7 +70,7 @@ def start_game(device, users): def disable_notifications(device): - device.shell("adb shell settings put global heads_up_notifications_enabled 0") + device.shell("settings put global heads_up_notifications_enabled 0") logging.debug("disabled heads up notificaiton")