Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
sickrage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
35
Issues
35
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SiCKRAGE
sickrage
Commits
bb861f9a
Commit
bb861f9a
authored
Dec 02, 2018
by
echel0n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated message regarding installation of requirements if needed.
parent
21652685
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
changelog.md
changelog.md
+2
-1
__init__.py
sickrage/__init__.py
+1
-2
No files found.
changelog.md
View file @
bb861f9a
# Changelog
-
*
cf86cb6 - 2018-12-01: Updated HTTPS handling for web server
-
*
25eb633 - 2018-12-01: Updated message regarding installation of requirements if needed.
-
*
2165268 - 2018-12-01: Updated HTTPS handling for web server
-
*
7c81274 - 2018-12-01: Pre-Release v9.4.48.dev6
-
*
7322bff - 2018-12-01: Pre-Release v9.4.48.dev5
-
*
dfcf530 - 2018-12-01: Pre-Release v9.4.48.dev4
...
...
sickrage/__init__.py
View file @
bb861f9a
...
...
@@ -321,8 +321,7 @@ def main():
except
ImportError
:
traceback
.
print_exc
()
if
os
.
path
.
isfile
(
REQS_FILE
):
print
(
"Failed to import required libs, please run "
"'pip install --user -U -r {}' from console"
.
format
(
REQS_FILE
))
print
(
'Failed to import required libs, please run "pip install -r {}" from console'
.
format
(
REQS_FILE
))
except
Exception
:
traceback
.
print_exc
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment