Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
piphone-sip
Commits
bbd86c2f
Commit
bbd86c2f
authored
May 12, 2016
by
okhin
Browse files
Moving to paste server to serve the requests
parent
2605258b
Changes
2
Show whitespace changes
Inline
Side-by-side
piphone.py
View file @
bbd86c2f
...
@@ -390,7 +390,7 @@ class Call(object):
...
@@ -390,7 +390,7 @@ class Call(object):
def
start
():
def
start
():
global
running
global
running
running
=
True
running
=
True
threads
.
submit
(
app
.
run
)
threads
.
submit
(
app
.
run
,
server
=
'paste'
)
loop
.
run_until_complete
(
listen
())
loop
.
run_until_complete
(
listen
())
def
stop
():
def
stop
():
...
...
requirements.txt
View file @
bbd86c2f
bottle
bottle
bottle-sqlite
bottle-sqlite
Paste
PyJWT
requests
requests
six
six
websockets
websockets
PyJWT
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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