diff --git a/cron-test.py b/cron-test.py index 282aec0..55e3ec6 100644 --- a/cron-test.py +++ b/cron-test.py @@ -1,2 +1,8 @@ 5 == 5 -6 == 6 +print('hello') + +myvar = 0 +myvar_max = 3 + +if (myvar == myvar): + print('var reached maximum') diff --git a/foo.json b/foo.json index 50860c9..f0a4324 100644 --- a/foo.json +++ b/foo.json @@ -1 +1 @@ -{"pull_request":{"number":18, "base":{"sha":"main"}}} +{"pull_request":{"number":21, "base":{"sha":"main"}}} diff --git a/server/app.py b/server/app.py index 5c38ad5..5219756 100644 --- a/server/app.py +++ b/server/app.py @@ -4,6 +4,7 @@ from flask import jsonify from flask import request from flask import Response +import xml from werkzeug.exceptions import ( BadRequest, NotFound,