profile adjustments, mispell and general tiny fixes and adjustments

This commit is contained in:
Xevion
2019-12-20 22:00:34 -06:00
parent 184e54df52
commit 39d8eaf8d8
5 changed files with 32 additions and 4 deletions
+4
View File
@@ -24,6 +24,10 @@ print = pprint.PrettyPrinter().pprint
fake = faker.Faker()
strgen = lambda length, charset=string.ascii_letters, weights=None : ''.join(random.choices(list(charset), k=length, weights=weights))
@app.route('/', subdomain='api')
def api_index():
return "api"
@app.route('/time/')
def time():
value = request.args.get('value')