Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
shadowban-eu-backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
shadowban-eu-backend
Commits
fb4685e9
Commit
fb4685e9
authored
Dec 03, 2021
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change procfile
parent
49a6ff44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Procfile
Procfile
+1
-1
backend.py
backend.py
+1
-1
No files found.
Procfile
View file @
fb4685e9
web: gunicorn backend:start --log-file -
web: gunicorn backend:app --log-file -
\ No newline at end of file
\ No newline at end of file
backend.py
View file @
fb4685e9
...
@@ -638,7 +638,7 @@ if args.debug is not None:
...
@@ -638,7 +638,7 @@ if args.debug is not None:
ensure_dir
(
debug_dir
)
ensure_dir
(
debug_dir
)
debug_file
=
open
(
args
.
debug
,
"a"
)
debug_file
=
open
(
args
.
debug
,
"a"
)
def
start
():
def
start
(
*
arg
,
**
kwargs
):
global
db
global
db
db
=
None
db
=
None
if
args
.
mongo_host
is
not
None
:
if
args
.
mongo_host
is
not
None
:
...
...
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