changed wording from account to config

This commit is contained in:
2023-04-01 22:34:30 -04:00
parent 87137cf231
commit c85ca8c51c

View File

@@ -350,7 +350,7 @@ if __name__ == '__main__':
if not os.path.exists(secrets_config_file):
print("No pools found, do you want to add a new one?")
print(" ")
print("n) New account")
print("n) New config")
print("q) Quit config")
while True:
user_input = input("n/q> ")