Skip to content

Commit f54afb6

Browse files
committed
fix automatic workflow
1 parent 0a7574f commit f54afb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/linux_pclocker/tgpclocker.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TMyApplication = class(TCustomApplication)
2828

2929
const
3030
API_TOKEN = 'BotToken'; //TODO: fill with your bot API
31-
AuthorizedSender = PC owner ID; //TODO: fill with the ID of the user allower do lock/unlock PC remotely
31+
AuthorizedSender = 1234567890; //PC owner ID; TODO: fill with the ID of the user allower do lock/unlock PC remotely
3232

3333
{ TMyApplication }
3434

0 commit comments

Comments
 (0)