Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
47424e5c
Commit
47424e5c
authored
Nov 24, 2018
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'swedish/master'
Improved server stop command
parents
dfa17956
bc0d19f3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
189 additions
and
172 deletions
+189
-172
server.py
cps/server.py
+5
-4
messages.mo
cps/translations/sv/LC_MESSAGES/messages.mo
+0
-0
messages.po
cps/translations/sv/LC_MESSAGES/messages.po
+184
-168
No files found.
cps/server.py
View file @
47424e5c
...
...
@@ -113,10 +113,11 @@ class server:
self
.
stopServer
()
def
stopServer
(
self
):
if
gevent_present
:
self
.
wsgiserver
.
close
()
else
:
self
.
wsgiserver
.
add_callback
(
self
.
wsgiserver
.
stop
)
if
self
.
wsgiserver
:
if
gevent_present
:
self
.
wsgiserver
.
close
()
else
:
self
.
wsgiserver
.
add_callback
(
self
.
wsgiserver
.
stop
)
@
staticmethod
def
getNameVersion
():
...
...
cps/translations/sv/LC_MESSAGES/messages.mo
View file @
47424e5c
No preview for this file type
cps/translations/sv/LC_MESSAGES/messages.po
View file @
47424e5c
This diff is collapsed.
Click to expand it.
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