mirror of
https://github.com/sstent/Garmin_Analyser.git
synced 2026-04-05 04:22:59 +00:00
removing old endpoints etc
This commit is contained in:
@@ -839,7 +839,7 @@ class GarminTUIApp(App):
|
||||
self.notify("Creating .env file template. Please add your Garmin credentials.", severity="warning")
|
||||
with open('.env', 'w') as f:
|
||||
f.write("# Garmin Connect Credentials\n")
|
||||
f.write("GARMIN_USERNAME=your_username_here\n")
|
||||
f.write("GARMIN_EMAIL=your_email_here\n")
|
||||
f.write("GARMIN_PASSWORD=your_password_here\n")
|
||||
self.exit(message="Please edit .env file with your Garmin credentials")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user