Skip to content

Commit c36bcbc

Browse files
committed
204 Clean up workshop leader script
1 parent 1e023d5 commit c36bcbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial/2026/workshop_leader/puma_workshop_leader.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
from puma.apps.android.teleguard.teleguard import TeleGuard
55

6-
BLACK_PIXEL = ''
6+
PHONE_UDID = '<tbd>'
77

88
if __name__ == '__main__':
9-
teleguard = TeleGuard(BLACK_PIXEL)
9+
teleguard = TeleGuard(PHONE_UDID)
1010

1111
with open('hello_messages.txt', 'r') as f:
1212
hello_messages = f.read().splitlines()

0 commit comments

Comments
 (0)