fix: copy pasted a command to fast
This commit is contained in:
parent
27fbb5aa42
commit
29fe73c4f1
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue