Skip to content

Commit

Permalink
fix typo in disconnect of SQLite db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
McClelland Legge authored and McClelland Legge committed Oct 4, 2017
1 parent 1593cfb commit 75305fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: netmathtools2
Type: Package
Title: Automated NetMath Student Tracker
Version: 0.4.2
Version: 0.4.3
Authors@R: utils::person("McClelland", "Legge", email = "[email protected]", role = c("aut", "cre"))
Description: The package helps automate the calculation of a student's status
in their course as compared to established schedules and highlights any
Expand Down
2 changes: 1 addition & 1 deletion R/compose-headers.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ decrpytChromeCookies <- function(netid) {
unlink(".\\Cookies")

# close the connection
DBI::dbConnect(con)
DBI::dbDisconnect(con)

# if there are no rows then there are no active/cached cookies
if (nrow(cookies) == 0L) {
Expand Down

0 comments on commit 75305fd

Please sign in to comment.