|
|
@ -7,7 +7,6 @@ import configparser |
|
|
|
import json |
|
|
|
import json |
|
|
|
import re |
|
|
|
import re |
|
|
|
import appdb, appsms |
|
|
|
import appdb, appsms |
|
|
|
#from flask import Flask, render_template, request |
|
|
|
|
|
|
|
import flask |
|
|
|
import flask |
|
|
|
from authlib.client import OAuth2Session |
|
|
|
from authlib.client import OAuth2Session |
|
|
|
import google.oauth2.credentials |
|
|
|
import google.oauth2.credentials |
|
|
@ -189,4 +188,3 @@ if __name__ == '__main__': |
|
|
|
host="127.0.0.1", |
|
|
|
host="127.0.0.1", |
|
|
|
port=int("8890") |
|
|
|
port=int("8890") |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|