Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
strudel2_backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
strudel2_backend
Merge requests
!37
Test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Test
test
into
prod
Overview
0
Commits
4
Pipelines
1
Changes
1
Merged
Chris Hines
requested to merge
test
into
prod
4 years ago
Overview
0
Commits
4
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
6ce46c31
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
6ce46c31
missing import
· 6ce46c31
Chris Hines
authored
4 years ago
twsproxy/server/__init__.py
+
1
−
0
Options
@@ -5,6 +5,7 @@ class TWSServer:
import
socket
def
__init__
(
self
,
port
,
maxconn
,
stop
=
None
):
import
threading
self
.
port
=
port
self
.
maxconn
=
maxconn
if
stop
is
None
:
Loading