Skip to content

Commit

Permalink
1.3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anghkooey committed Dec 27, 2023
1 parent f565f25 commit 3f43b89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ poetry add ua_alarm
```python
from ua_alarm import Client as UkraineAlertApiClient
import os
from aiohttp.client_exceptions import ClientConnectorError
from asyncio import sleep, run
from asyncio import run

# Clear the console screen
os.system('cls' if os.name == 'nt' else 'clear')
Expand Down

0 comments on commit 3f43b89

Please sign in to comment.