Skip to content

Commit 125dd2a

Browse files
Update main.py
1 parent 83be540 commit 125dd2a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
request = {
77
"cmd": "write",
88
"path": "/home/log.txt",
9-
"data": "в 14:35 напомни!!!",
9+
"data": "cool message!",
1010
"client_pid": pid,
1111
"reply_pipe": 1
1212
}
@@ -31,4 +31,5 @@
3131
if __name__ == "__main__":
3232
create_proc(proc_code1, 1)
3333
boot()
34-
asyncio.run(scheduler())
34+
35+
asyncio.run(scheduler())

0 commit comments

Comments
 (0)