StreamingCommunity 1.9.4__tar.gz → 1.9.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 StreamingCommunity might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: StreamingCommunity
3
- Version: 1.9.4
3
+ Version: 1.9.5
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/Lovi-0/StreamingCommunity
6
6
  Author: Lovi-0
@@ -120,11 +120,11 @@ def initialize():
120
120
  sys.exit(0)
121
121
 
122
122
  # Attempting GitHub update
123
- """try:
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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: StreamingCommunity
3
- Version: 1.9.4
3
+ Version: 1.9.5
4
4
  Summary: UNKNOWN
5
5
  Home-page: https://github.com/Lovi-0/StreamingCommunity
6
6
  Author: Lovi-0
@@ -11,7 +11,7 @@ with open("requirements.txt", "r", encoding="utf-8-sig") as f:
11
11
 
12
12
  setup(
13
13
  name="StreamingCommunity",
14
- version="1.9.4",
14
+ version="1.9.5",
15
15
  long_description=read_readme(),
16
16
  long_description_content_type="text/markdown",
17
17
  author="Lovi-0",