Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
annndruha committed Mar 12, 2024
1 parent 7e600b9 commit 15954a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build & push docker image

on:
push:
branches: ['main']
tags:
- 'v*'

Expand Down
1 change: 0 additions & 1 deletion wifi_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def keen_auth(username, password):


def update_clients():
# r = session.get(f'https://gdssgddgs.com/rci/show/ip/hotspot')
r = session.get(f'{WIFI_HOST}/rci/show/ip/hotspot')
if r.status_code != 200:
raise ConnectionRefusedError(f'Status code: {r.status_code}')
Expand Down

0 comments on commit 15954a6

Please sign in to comment.