Skip to content

Commit

Permalink
add quotes around place so it doesnt die
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Sep 3, 2016
1 parent e88f4ae commit 2327f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.rb
Expand Up @@ -24,7 +24,7 @@ def table_exists?

def set_person_time(person, place)
db = SQLite3::Database.new "people.db"
db.execute "insert into people values ( '#{person}', #{place} );"
db.execute "insert into people values ( '#{person}', '#{place}' );"
end

def get_person_time(person)
Expand Down

0 comments on commit 2327f9b

Please sign in to comment.