foobarlab / UpStage-Video-Hack

UpStage Streaming Hack
http://www.foobarlab.net/
GNU General Public License v2.0
5 stars 1 forks source link

Server logging configuration outside config.py #32

Open foobarlab opened 11 years ago

foobarlab commented 11 years ago

server.py contains a configuration for unlogged send/receive messages:

unlogged_send_modes = ('DRAW_LINE', 'LOAD_CHAT')
unlogged_receive_modes = ('DRAW_LINE', 'DRAW_MOVE')

Why is this not in config.py?