mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 15:59:07 +02:00
python 3 migration
This commit is contained in:
@@ -1 +0,0 @@
|
||||
import endpoints
|
||||
@@ -109,7 +109,7 @@ class SystemView(FlaskView):
|
||||
vf = self.api.app.view_functions
|
||||
|
||||
for f in self.api.app.view_functions:
|
||||
print f
|
||||
print(f)
|
||||
endpoints = {}
|
||||
re = {
|
||||
"swagger": "2.0",
|
||||
|
||||
Reference in New Issue
Block a user