dev #19

Merged
profitroll merged 98 commits from dev into master 2023-04-24 13:48:22 +03:00
2 changed files with 3 additions and 7 deletions
Showing only changes of commit 59b504e6d9 - Show all commits

View File

@ -1,5 +1,4 @@
{
"module": null,
"locale": "en",
"locale_log": "en",
"locale_fallback": "en",
@ -19,8 +18,7 @@
},
"mode": {
"post": true,
"submit": true,
"api_based": false
"submit": true
},
"reports": {
"sent": false,
@ -39,8 +37,6 @@
"sent": "data/sent",
"queue": "data/queue",
"index": "data/index.json",
"submit": "data/submit.json",
"blocked": "data/blocked.json",
"locale": "locale"
},
"posting": {

View File

@ -142,8 +142,8 @@ if configGet("submit", "mode"):
from plugins.commands.mode_submit import *
from plugins.handlers.submission import *
if configGet("api_based", "mode"):
from modules.api_client import authorize
# if configGet("api_based", "mode"):
# from modules.api_client import authorize
# ===========================================================================================================================================
# Work in progress