diff --git a/LICENSE b/LICENSE index 9228910c..13a17543 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Nikita Paniukhin +Copyright (c) 2024 Nikita Paniukhin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1e19efe2..3a5c1f81 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ One API file consists of an array of image data[^2]: <!-- > [!TIP] > If you only need images, **you can skip loading the API files altogether**! Simply make a request to the storage URL using the format specified above (if 404 is returned, then sadly we don't have this image) --> -> [!Important] +> [!IMPORTANT] > Feel free to use the API files and images, but please **avoid sending frequent requests** (for images this would incur additional costs for me). > > If you need to make frequent requests to the API files, I recommend downloading and caching them locally (they are updated only once a day). The same applies to the images (although this will be quite difficult to implement). diff --git a/src/Region.py b/src/Region.py index bff73797..f902abe8 100644 --- a/src/Region.py +++ b/src/Region.py @@ -47,6 +47,11 @@ def __repr__(self): # Germany: de-DE | India: en-IN | Japan: ja-JP | United Kingdom: en-GB | United States: en-US | International: en-WW (?) # Spain: es-ES +# Other information: +# `de-DE`, `en-CA`, `en-GB`, `en-IN`, `en-US`, `es-ES`, `fr-CA`, `fr-FR`, `it-IT`, `ja-JP`, `ko-KR` (sometimes), `pt-BR` and `zh-CN` + +# + ROW + # Update times: # GB: 0:00 UTC # CA: 5:00 UTC