Temp: removed strings about API based in config
This commit is contained in:
parent
ad281ba981
commit
59b504e6d9
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"module": null,
|
|
||||||
"locale": "en",
|
"locale": "en",
|
||||||
"locale_log": "en",
|
"locale_log": "en",
|
||||||
"locale_fallback": "en",
|
"locale_fallback": "en",
|
||||||
@ -19,8 +18,7 @@
|
|||||||
},
|
},
|
||||||
"mode": {
|
"mode": {
|
||||||
"post": true,
|
"post": true,
|
||||||
"submit": true,
|
"submit": true
|
||||||
"api_based": false
|
|
||||||
},
|
},
|
||||||
"reports": {
|
"reports": {
|
||||||
"sent": false,
|
"sent": false,
|
||||||
@ -39,8 +37,6 @@
|
|||||||
"sent": "data/sent",
|
"sent": "data/sent",
|
||||||
"queue": "data/queue",
|
"queue": "data/queue",
|
||||||
"index": "data/index.json",
|
"index": "data/index.json",
|
||||||
"submit": "data/submit.json",
|
|
||||||
"blocked": "data/blocked.json",
|
|
||||||
"locale": "locale"
|
"locale": "locale"
|
||||||
},
|
},
|
||||||
"posting": {
|
"posting": {
|
||||||
|
@ -142,8 +142,8 @@ if configGet("submit", "mode"):
|
|||||||
from plugins.commands.mode_submit import *
|
from plugins.commands.mode_submit import *
|
||||||
from plugins.handlers.submission import *
|
from plugins.handlers.submission import *
|
||||||
|
|
||||||
if configGet("api_based", "mode"):
|
# if configGet("api_based", "mode"):
|
||||||
from modules.api_client import authorize
|
# from modules.api_client import authorize
|
||||||
# ===========================================================================================================================================
|
# ===========================================================================================================================================
|
||||||
|
|
||||||
# Work in progress
|
# Work in progress
|
||||||
|
Reference in New Issue
Block a user