Skip to content

Commit

Permalink
different approach of import
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgiolaga committed May 27, 2023
1 parent e6f0c8f commit 5274fd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion db/queries.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from utils.constants import default_target, default_time, table_name, default_message
from psycopg2 import sql
from utils.utils import compute_next_wednesday
from db.cursor import connection
import db.cursor as db_cursor

connection = db_cursor.connection

def create_bamboo_chat_id_row(chat_id):
pitch = "Crespi Sport Village \n" \
Expand Down

0 comments on commit 5274fd5

Please sign in to comment.