fix: copy pasted a command to fast

This commit is contained in:
Laureηt 2022-03-19 13:11:38 +01:00
parent 27fbb5aa42
commit 29fe73c4f1
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -70,7 +70,7 @@ def start_game(device, users):
def disable_notifications(device): 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") logging.debug("disabled heads up notificaiton")