Skip to content

Commit

Permalink
add signature for v0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
teal-bauer committed May 30, 2024
1 parent f951981 commit 0edd889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Trading212.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ end
function CleanupCache()
local currentTime = os.time()

for api_key, scoped_cache in pairs(LocalStorage) do
for api_key, scoped_cache in pairs(LocalStorage) do
print("Cleanup - Checking API key: " .. api_key)
for key, cacheEntry in pairs(scoped_cache) do
print("Cleanup - Checking key: " .. key)
Expand Down Expand Up @@ -407,3 +407,5 @@ end
function EndSession()
-- Logout - nothing to do.
end

-- SIGNATURE: MCwCFECsBiVxvZZddOKACvZgjMgGYwWBAhQvIt29L3MhiL5+RAFwfoMLwr7V5w==

0 comments on commit 0edd889

Please sign in to comment.