Skip to content

Commit 594d032

Browse files
committed
typo, use run_once
1 parent 94a8c15 commit 594d032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive-nabber

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if response.status_code != 200:
2020
exit()
2121

2222
# set up BASC-Archiver
23-
options = Options('./archive', runonce=True)
23+
options = Options('./archive', run_once=True)
2424
archiver = Archiver(options)
2525

2626
# Obtain thread_ids from the board's archives

0 commit comments

Comments
 (0)