This commit is contained in:
Julian Brammer 2024-06-06 23:42:13 +02:00
parent 0ccb805777
commit 0c6fa11987

View File

@ -6,4 +6,6 @@ function listenForLogs()
response = netw.receiveMessage()
print("log: " .. response)
end
end
end
listenForLogs()