diff --git a/weekly_export.sh b/weekly_export.sh
index d8f26c28193638532ebf3c16c045fb538a64cfef..a225d37feca107f180c7b957bfe2a4aab5edb04e 100755
--- a/weekly_export.sh
+++ b/weekly_export.sh
@@ -34,7 +34,7 @@ EXPORT_FILENAME=canto_server_export_latest.json
 
 log "Starting"
 
-if ./canto/script/canto_docker ./script/canto_export.pl --tty canto-json --export-curator-names --export-approved > "${EXPORT_DIR}/${EXPORT_FILENAME}"; then
+if ./canto/script/canto_docker ./script/canto_export.pl canto-json --export-curator-names --export-approved > "${EXPORT_DIR}/${EXPORT_FILENAME}"; then
 	
 	log "Approved sessions exported into ${EXPORT_DIR} successful"
 	
@@ -77,4 +77,4 @@ else
 
 fi
 	
-exit
+exit
\ No newline at end of file