mirror of
				https://gitlab.crans.org/bde/nk20-scripts
				synced 2025-10-30 22:59:52 +01:00 
			
		
		
		
	Store transactions by default
This commit is contained in:
		| @@ -67,8 +67,8 @@ class Command(ImportCommand): | ||||
|     def add_arguments(self, parser): | ||||
|         parser.add_argument('-b', '--buttons', action='store_true', help="import buttons") | ||||
|         parser.add_argument('-t', '--transactions', action='store', default=0, help="start id for transaction import") | ||||
|         parser.add_argument('-n', '--nosave', action='store_true', default=True, help="Scan only transactions, " | ||||
|                                                                                       "don't save them") | ||||
|         parser.add_argument('-n', '--nosave', action='store_true', default=False, help="Scan only transactions, " | ||||
|                                                                                        "don't save them") | ||||
|  | ||||
|     @timed | ||||
|     def import_buttons(self, cur, chunk_size, import_buttons): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user