Skip to content

Instantly share code, notes, and snippets.

local internet = require("internet")
local fs = require("filesystem")
local process = require("process")
local inspect = require("inspect")
local webserverAddress = "http://93.181.131.201:8000"
local function to_bool(str)
if str == "true" or str == "True" then
return true