Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
add final update for working code and update to 3.13
  • Loading branch information
Defirence authored Oct 21, 2024
1 parent 2c270f7 commit 35d44a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""csgo-ping-tester-redux-v0.0.3-dev"""
"""csgo-ping-tester-redux-v0.0.4-dev-final"""

import sys
import json
Expand All @@ -12,7 +12,7 @@
datagram_response: requests.get('https://tinyurl.com/steamdatagram',
verify=True,
allow_redirects=True,
timeout=30)
timeout=30) # type: ignore
if datagram_response == 200:
datagram_response.close()

Expand Down

0 comments on commit 35d44a9

Please sign in to comment.