Skip to content

Commit

Permalink
update cheapies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Spykerwolf committed Apr 1, 2024
1 parent 2898951 commit 81ea716
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__/cheapies.cpython-312.pyc
4 changes: 3 additions & 1 deletion cheapies.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ def cheapiesSearch():
c.execute("INSERT INTO deals VALUES(?,?,?)", (dealID, dealTitle, dateAdded))
conn.commit()
except:
exit()
pass
finally:
pass
Binary file added deals.db
Binary file not shown.

0 comments on commit 81ea716

Please sign in to comment.