StreamingCommunity 1.9.4__py3-none-any.whl → 1.9.5__py3-none-any.whl
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 StreamingCommunity might be problematic. Click here for more details.
- StreamingCommunity/run.py +2 -2
- {StreamingCommunity-1.9.4.dist-info → StreamingCommunity-1.9.5.dist-info}/METADATA +1 -1
- StreamingCommunity-1.9.5.dist-info/RECORD +7 -0
- StreamingCommunity-1.9.4.dist-info/RECORD +0 -7
- {StreamingCommunity-1.9.4.dist-info → StreamingCommunity-1.9.5.dist-info}/LICENSE +0 -0
- {StreamingCommunity-1.9.4.dist-info → StreamingCommunity-1.9.5.dist-info}/WHEEL +0 -0
- {StreamingCommunity-1.9.4.dist-info → StreamingCommunity-1.9.5.dist-info}/entry_points.txt +0 -0
- {StreamingCommunity-1.9.4.dist-info → StreamingCommunity-1.9.5.dist-info}/top_level.txt +0 -0
StreamingCommunity/run.py
CHANGED
|
@@ -120,11 +120,11 @@ def initialize():
|
|
|
120
120
|
sys.exit(0)
|
|
121
121
|
|
|
122
122
|
# Attempting GitHub update
|
|
123
|
-
|
|
123
|
+
try:
|
|
124
124
|
git_update()
|
|
125
125
|
print()
|
|
126
126
|
except:
|
|
127
|
-
console.log("[red]Error with loading github.")
|
|
127
|
+
console.log("[red]Error with loading github.")
|
|
128
128
|
|
|
129
129
|
# Show trending film and series
|
|
130
130
|
if SHOW_TRENDING:
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
StreamingCommunity/run.py,sha256=BAzw-SNIbpt6myDn9wfNezb3E3Lv7GZwIup0ze4vJQs,6727
|
|
2
|
+
StreamingCommunity-1.9.5.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
3
|
+
StreamingCommunity-1.9.5.dist-info/METADATA,sha256=EKZES3HiCWY5GWf17IBvVQQmSnqXEO8WQ1pOuYOmxDc,11666
|
|
4
|
+
StreamingCommunity-1.9.5.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
5
|
+
StreamingCommunity-1.9.5.dist-info/entry_points.txt,sha256=-iQU6qfeHFwauAg4iZhifWhNZAkiV-x3XuEauo_EjUc,68
|
|
6
|
+
StreamingCommunity-1.9.5.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
|
|
7
|
+
StreamingCommunity-1.9.5.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
StreamingCommunity/run.py,sha256=7ZPkTVKMnbH_5ki9mRIDfnCriAzSZGV3WEFFQYqF1Rk,6733
|
|
2
|
-
StreamingCommunity-1.9.4.dist-info/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
|
|
3
|
-
StreamingCommunity-1.9.4.dist-info/METADATA,sha256=1qqxCoanxmV4pMTcouhv5zVm_INlbEYdtsLfs6iVoVw,11666
|
|
4
|
-
StreamingCommunity-1.9.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
5
|
-
StreamingCommunity-1.9.4.dist-info/entry_points.txt,sha256=-iQU6qfeHFwauAg4iZhifWhNZAkiV-x3XuEauo_EjUc,68
|
|
6
|
-
StreamingCommunity-1.9.4.dist-info/top_level.txt,sha256=YsOcxKP-WOhWpIWgBlh0coll9XUx7aqmRPT7kmt3fH0,19
|
|
7
|
-
StreamingCommunity-1.9.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|