Skip to content

Commit

Permalink
merge: conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdur-rahmaanJ committed Nov 10, 2023
2 parents 2ebd846 + 6352a29 commit 0b19c1a
Show file tree
Hide file tree
Showing 4 changed files with 688 additions and 493 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,11 @@ from meteomoris import get_main_message

Meteo.CHECK_INTERNET = True # Will check if there is internet
Meteo.EXIT_ON_NO_INTERNET = True # Will exit if no internet
Meteo.ALREADY_CHECKED_INTERNET = False
Meteo.EXIT_ON_NO_INTERNET = True
Meteo.CHECK_INTERNET = True
Meteo.DEBUG = False # used during development
Meteo.today = "2023-11-10" # If you want to override cache data
Meteo.headers = {
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:32.0) Gecko/20100101 Firefox/32.0',
'Accept' : 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
Expand All @@ -293,7 +298,6 @@ Meteo.headers = {
'Connection': 'keep-alive',
'Upgrade-Insecure-Requests': '1'
} # Redefine default headers here
Meteo.DEBUG = True # during development
print(get_main_message())
```
# Installing
Expand Down Expand Up @@ -335,10 +339,14 @@ Run

# Changelog


## 2.8.1

- Feat cache

## 2.8.0

- uvindex
-
- Uv index

## 2.7.8

Expand Down
2 changes: 1 addition & 1 deletion meteomoris/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
get_latest = Meteo.get_latest
get_uvindex = Meteo.get_uvindex

__version__ = "2.8.0"
__version__ = "2.8.1"
Loading

0 comments on commit 0b19c1a

Please sign in to comment.