mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-15 14:52:06 +03:00
Fix settings
This commit is contained in:
parent
189a4ab8f5
commit
227c7a98ae
@ -6,7 +6,7 @@ Created on 15 Nov 2014
|
|||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import simplejson
|
import simplejson
|
||||||
from eddn._version import __version__ as version
|
from eddn._Conf._version import __version__ as version
|
||||||
|
|
||||||
|
|
||||||
class _Settings(object):
|
class _Settings(object):
|
||||||
@ -54,7 +54,7 @@ class _Settings(object):
|
|||||||
|
|
||||||
MONITOR_RECEIVER_BINDINGS = RELAY_RECEIVER_BINDINGS
|
MONITOR_RECEIVER_BINDINGS = RELAY_RECEIVER_BINDINGS
|
||||||
|
|
||||||
MONITOR_DB = "D:\EDDN_Monitor.s3db"
|
MONITOR_DB = "/home/EDDN_Monitor.s3db"
|
||||||
|
|
||||||
MONITOR_DECOMPRESS_MESSAGES = True
|
MONITOR_DECOMPRESS_MESSAGES = True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user