diff options
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index 5bdb025f..0099c946 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -128,3 +128,4 @@ RMQ_PORT = 5672 # Channels CHANNEL_MOD_LOG = 282638479504965634 +CHANNEL_DEV_LOGS = 409308876241108992 |