Removing app-ajax to just app
@ -7,7 +7,6 @@ import configparser
import json
import re
import appdb, appsms
#from flask import Flask, render_template, request
import flask
from authlib.client import OAuth2Session
import google.oauth2.credentials
@ -189,4 +188,3 @@ if __name__ == '__main__':
host="127.0.0.1",
port=int("8890")
)
@ -1,5 +1,5 @@
#!/usr/bin/env python3
#appsettings.py
#app_settings.py
import functools
import os