Get address distance working

This commit is contained in:
idanoo 2022-09-13 23:25:11 +12:00
parent a87f8e21fe
commit 188fb60704
Signed by: idanoo
GPG key ID: 387387CDBC02F132
7 changed files with 104 additions and 9 deletions

View file

@ -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")