Spaces:
Runtime error
Runtime error
Update codeFile.py
Browse files- codeFile.py +1 -1
codeFile.py
CHANGED
|
@@ -3,7 +3,7 @@ from openpyxl import load_workbook
|
|
| 3 |
import openpyxl as pyxl
|
| 4 |
|
| 5 |
class Brw():
|
| 6 |
-
def __init__(self,bNo,brnd,fltr,frm,
|
| 7 |
self.brewNo=bNo
|
| 8 |
self.brand=brnd
|
| 9 |
# self.mixer
|
|
|
|
| 3 |
import openpyxl as pyxl
|
| 4 |
|
| 5 |
class Brw():
|
| 6 |
+
def __init__(self,bNo,brnd,fltr,frm,t):
|
| 7 |
self.brewNo=bNo
|
| 8 |
self.brand=brnd
|
| 9 |
# self.mixer
|