Skip to content

Commit

Permalink
[EDIT] logs, and skany place
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnlik committed Mar 27, 2023
1 parent 0fdc576 commit 15b7846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MsSqlConnector/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class CreateMsSqlRecordsService:
def __init__(self):
self.zlecenie = "PRW199234" # this is the random zlecenia without any skany
self.indeks_zlecenia = 363993 # this is the zlecenia indeks without any skany
self.indeks_zlecenia = 363992 # this is the zlecenia indeks without any skany

def create_skany(self, beverage):
connection = connector.get_database_connection()
Expand Down Expand Up @@ -35,6 +35,7 @@ def create_skany(self, beverage):
?, ?, ?, ?, ?, ?, ?, ?, ?, ?
)
"""
print(beverage)
if beverage == "tea":
params_for_skan = (
indeks_skany,
Expand Down

0 comments on commit 15b7846

Please sign in to comment.