Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
sickrage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
26
Issues
26
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SiCKRAGE
sickrage
Commits
619a0b2e
Commit
619a0b2e
authored
Jan 11, 2021
by
echel0n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed left over code from testing
parent
db592df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
sickrage/core/__init__.py
sickrage/core/__init__.py
+0
-2
No files found.
sickrage/core/__init__.py
View file @
619a0b2e
...
...
@@ -583,8 +583,6 @@ class Core(object):
self
.
scheduler
.
add_job
(
launch_browser
,
args
=
[(
'http'
,
'https'
)[
sickrage
.
app
.
config
.
general
.
enable_https
],
sickrage
.
app
.
config
.
general
.
web_host
,
sickrage
.
app
.
config
.
general
.
web_port
])
self
.
config
.
save
()
self
.
log
.
info
(
"SiCKRAGE :: STARTED"
)
self
.
log
.
info
(
"SiCKRAGE :: APP VERSION:[{}]"
.
format
(
sickrage
.
version
()))
self
.
log
.
info
(
"SiCKRAGE :: CONFIG VERSION:[v{}]"
.
format
(
self
.
config
.
db
.
version
))
...
...
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