From 2bd89b8d5c677446f7d5794c021d77dfac9e8f9d Mon Sep 17 00:00:00 2001 From: checktheroads Date: Mon, 17 Jun 2019 00:23:15 -0700 Subject: [PATCH] removed old configuration file name --- manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage.py b/manage.py index 4301334..c0e6649 100755 --- a/manage.py +++ b/manage.py @@ -501,7 +501,7 @@ def generatekey(string_length): click.secho( f""" Your API Key is: {api_key} -Place your API Key in the `configuration.py` of your API module. For example, in: `hyperglass-frr/configuration.py` +Place your API Key in the `configuration.toml` of your API module. For example, in: `hyperglass_frr/hyperglass-frr/configuration.toml` Your Key Hash is: {key_hash} Use this hash as the password for the device using the API module. For example, in: `hyperglass/hyperglass/configuration/devices.toml`