Removed Storage, refactored Configuration data structure(s)

This commit is contained in:
2020-06-08 21:16:15 -05:00
parent f04dfb01e7
commit 287f8db2d8
8 changed files with 200 additions and 99 deletions

View File

@@ -44,7 +44,6 @@ module TAC
elsif @connection && @connection.client && @connection.client.socket_error?
"<b>Status:</b> #{_status}\n\n#{@connection.client.last_socket_error.to_s.chars.each_slice(32).to_a.map { |c| c.join }.join("\n")}"
else
pp client
"<b>Status:</b> #{_status}"
end
end