Skip to content

Commit

Permalink
added packagetype google for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarin committed Sep 11, 2024
1 parent 40080ad commit 1010462
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/HTFeed/Namespace/TEST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ use base qw(HTFeed::Namespace);
our $identifier = 'test';

our $config = {
grinid => "TEST",
handle_prefix => '2027/deleteme',
packagetypes => [qw(ht ia simple epub simpledigital emma)],
packagetypes => [qw(ht ia simple epub simpledigital emma google)],
description => 'Test namespace',
dropbox_folder => '/test-hathitrust-ingest',
default_timezone => 'America/Detroit',
Expand Down

0 comments on commit 1010462

Please sign in to comment.