🐛 Fixed little comment bug

This commit is contained in:
Miguel Avila 2021-09-07 11:42:19 -05:00
parent 065274074b
commit a548fd68f8

View File

@ -23,12 +23,12 @@ const CONFIG = {
greetingNight: 'Go to Sleep!',
// Weather
weatherKey: '15fe26a8e22e4783054e3273824c5e7b',
weatherKey: 'InsertYourAPIKeyHere123456',
weatherIcons: 'OneDark', // 'Nord', 'Dark', 'White'
weatherUnit: 'C', // 'F', 'C'
language: 'en', // More languages in https://openweathermap.org/current#multi
trackLocation: true, // If false or an error occurs, the app will use the lat/lon below:
trackLocation: true, // If false or an error occurs, the app will use the lat/lon below
defaultLatitude: '37.775',
defaultLongitude: '-122.419',