Changed default value for --source option

This commit is contained in:
Logan Lipke
2021-06-24 16:48:23 -07:00
parent b3ddc59c9a
commit 385a3d2c21

View File

@@ -291,7 +291,7 @@ python3 ./test_l4.py
default="/dev/null")
optional.add_argument('--source',
help='--source specifies the source of the file, should be used when uploading',
default="/tmp/data_slug_4K.bin")
default="/var/www/html/data_slug_4K.bin")
args = parser.parse_args()