Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/debug wpci #110

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion handlers/apiBaseHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def options(self, *args, **kwargs):
#raise HTTPError(**status_0)

def write_json(self, data, status_code=200):
self.finish(json.dumps(data))
self.finish(json.dumps(data))
1 change: 1 addition & 0 deletions oauthApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

# Load Logging definition
logging.basicConfig(level=logging.INFO)
logging.getLogger('googleapiclient.discovery').setLevel(logging.CRITICAL)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esta línea es por esta referencia
googleapis/google-api-python-client#299
QUe encontre unos logs de este warning
Screen Shot 2021-11-25 at 14 03 31

logger = logging.getLogger('tornado-info')

# SMTP VARIABLES
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requests-toolbelt==0.8.0
tornado==5.0.2
Werkzeug==0.15.3
urllib3>=1.24.2
Flask-SSLify==0.1.5
Flask-SSLify==0.1.5

#pdf_context
PyMuPDF==1.14.20
Expand All @@ -42,7 +42,7 @@ PyMuPDF==1.14.20
certifi==2018.4.16
cryptography==2.3.1
itsdangerous==0.24
MarkupSafe==1.0
MarkupSafe==2.0.1
passlib==1.7.1
PyJWT==1.6.4
rsa==4.0
Expand All @@ -61,4 +61,4 @@ boto3==1.9.104

#github oauth
oauth2client==4.1.3
oauthlib==2.1.0
oauthlib==2.1.0
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.6.15
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fue necesario para deployar