Commit bce1415c authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

Some more commented code

parent c7797e16
Loading
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -105,8 +105,6 @@ def verbose_formatter():
        datefmt='%d/%m/%Y %H:%M:%S'
    )

# def main():


with open("/usr/src/app/api_provider_management/pubkey.pem", "rb") as pub_file:
        pub_data = pub_file.read()
@@ -127,10 +125,3 @@ app.app.config['JWT_ALGORITHM'] = 'RS256'
app.app.config['JWT_PUBLIC_KEY'] = pub_data

JWTManager(app.app)


# app.run(port=8080, debug=True)


# if __name__ == '__main__':
#     main()