Browse Source

Initialise known_ips with character(0)

master
Maxime Wack 6 years ago
parent
commit
7175ece4c4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      geoip.R

+ 2
- 0
geoip.R View File

@@ -12,6 +12,8 @@ dbConnect(SQLite(), "access.db") %>%
dbConnect(SQLite(), "access.db") %>%
dbGetQuery("vacuum;")

known_ips <- character(0)

src_sqlite("access.db") %>%
tbl("geoip") %>%
select(query) %>%


Loading…
Cancel
Save