mirror of
https://github.com/nikdoof/vapemap.git
synced 2025-12-14 14:52:16 +00:00
8 lines
114 B
Python
8 lines
114 B
Python
#!python
|
|
from os import environ
|
|
from gevent import monkey
|
|
monkey.patch_all()
|
|
|
|
bind = "127.0.0.1:3322"
|
|
workers = 8
|