Minor changes

This commit is contained in:
2017-10-31 12:12:21 +01:00
parent 2b03ba6cc6
commit 32d7378e87
3 changed files with 21 additions and 2 deletions

View File

@ -7,6 +7,6 @@ import (
func main() {
color.Yellow("Deleting all sessions...")
arn.DB.DeleteTable("Session")
arn.DB.Clear("Session")
color.Green("Finished.")
}