Skip to content

Commit 2d87bf9

Browse files
author
Ubuntu
committed
changed to_sql key to choice to_sql or no_sql
1 parent a5232f9 commit 2d87bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eshop_anomaly_count.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# parser.add_argument('--to_sql', type=bool, required=False, default=False)
6363
parser.add_argument('--to_sql', action='store_true')
6464
parser.add_argument('--no_sql', dest='to_sql', action='store_false')
65-
parser.set_defaults(to_sql=True)
65+
parser.set_defaults(to_sql=False)
6666
args = parser.parse_args()
6767
args = parser.parse_args()
6868

0 commit comments

Comments
 (0)