mirror of
https://github.com/idanoo/go-flat-finder
synced 2025-07-05 23:52:17 +00:00
Get address distance working
This commit is contained in:
parent
a87f8e21fe
commit
188fb60704
7 changed files with 104 additions and 9 deletions
|
@ -25,6 +25,7 @@ func main() {
|
|||
if flatfinder.Conf.DiscordWebhook == "" {
|
||||
log.Fatal("DISCORD_WEBHOOK not set")
|
||||
}
|
||||
flatfinder.Conf.DiscordTag = os.Getenv("DISCORD_TAG")
|
||||
|
||||
// Load Google stuff
|
||||
flatfinder.Conf.GoogleApiToken = os.Getenv("GOOGLE_API_KEY")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue