Skip to content

Commit

Permalink
Fixed edit of mac addresses.
Browse files Browse the repository at this point in the history
  • Loading branch information
jojo141185 committed Oct 22, 2023
1 parent 06e8c26 commit 5b9c5c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def portalUpdate():
if token:
stb.getProfile(url, mac, token, proxy)
expiry = stb.getExpires(url, mac, token, proxy)

if expiry:
macsout[mac]["expiry"] = parseExpieryStr(expiry)
macTestSuccess = True
Expand Down

0 comments on commit 5b9c5c0

Please sign in to comment.