File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ def my_job(x, y):
227227 password = password or os .getenv ("NOTIFY_TASK_PASSWORD" )
228228 receiver = receiver or os .getenv ("NOTIFY_TASK_RECEIVER" )
229229 smtp_server = smtp_server or os .getenv ("NOTIFY_TASK_SMTP_SERVER" )
230- smtp_port = smtp_server or os .getenv ("NOTIFY_TASK_SMTP_PORT" )
230+ smtp_port = smtp_port or os .getenv ("NOTIFY_TASK_SMTP_PORT" )
231231 cc = cc or os .getenv ("NOTIFY_TASK_CC" )
232232
233233 def wrapper (task ):
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " parquool"
7- version = " 0.0.1 "
7+ version = " 0.0.1post1 "
88description = " Parquool - A Python Library for SQL like parquet query"
99readme = { file = " README.md" , content-type = " text/markdown" }
1010authors = [
You can’t perform that action at this time.
0 commit comments