cs2tracker 2.0.4__tar.gz → 2.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cs2tracker might be problematic. Click here for more details.
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/PKG-INFO +1 -1
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker/_version.py +2 -2
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker/main.py +4 -4
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker.egg-info/PKG-INFO +1 -1
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/.flake8 +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/.gitignore +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/.isort.cfg +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/.pre-commit-config.yaml +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/LICENSE.md +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/MANIFEST.in +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/README.md +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker/__init__.py +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker/__main__.py +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker/application.py +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker/constants.py +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker/data/config.ini +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker/scraper.py +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker.egg-info/SOURCES.txt +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker.egg-info/dependency_links.txt +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker.egg-info/entry_points.txt +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker.egg-info/requires.txt +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/cs2tracker.egg-info/top_level.txt +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/pyproject.toml +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/requirements.txt +0 -0
- {cs2tracker-2.0.4 → cs2tracker-2.0.5}/setup.cfg +0 -0
|
@@ -12,17 +12,17 @@ def main():
|
|
|
12
12
|
console.print(
|
|
13
13
|
"[bold yellow]"
|
|
14
14
|
+ """
|
|
15
|
-
|
|
16
|
-
/ ] / ___/| T| T| \ / T / ]| l/ ] / _]|
|
|
15
|
+
__ _____ _____ ______ ____ ____ __ __ _ ___ ____
|
|
16
|
+
/ ] / ___/| T| T| \ / T / ]| l/ ] / _]| \\
|
|
17
17
|
/ / ( \_ l__/ || || D )Y o | / / | ' / / [_ | D )
|
|
18
18
|
/ / \__ T| __jl_j l_j| / | | / / | \ Y _]| /
|
|
19
|
-
/ \_ / \ || / | | | | \ | _ |/ \_ | Y| [_ |
|
|
19
|
+
/ \_ / \ || / | | | | \ | _ |/ \_ | Y| [_ | \\
|
|
20
20
|
\ | \ || | | | | . Y| | |\ || . || T| . Y
|
|
21
21
|
\____j \___jl_____j l__j l__j\_jl__j__j \____jl__j\_jl_____jl__j\_j
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
"""
|
|
25
|
-
+ "Version: v2.0.
|
|
25
|
+
+ "Version: v2.0.5 - 11/14/2023 - Jannik Novak @ashiven_"
|
|
26
26
|
)
|
|
27
27
|
|
|
28
28
|
application = Application()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|