Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
User123698745 committed Oct 21, 2024
1 parent c3dc46a commit 537bfad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/FallGuysBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class FallGuysBridge extends BridgeAbstract
{
const MAINTAINER = 'User123698745';
const NAME = 'Fall Guys';
const NAME = 'Fall Guys test2';
const BASE_URI = 'https://www.fallguys.com';
const URI = self::BASE_URI . '/news';
const CACHE_TIMEOUT = 600; // 10min
Expand Down
2 changes: 1 addition & 1 deletion bridges/ReutersBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class ReutersBridge extends BridgeAbstract
{
const MAINTAINER = 'hollowleviathan, spraynard, csisoap';
const NAME = 'Reuters Bridge';
const NAME = 'Reuters Bridge test2';
const URI = 'https://www.reuters.com';
const CACHE_TIMEOUT = 1800; // 30min
const DESCRIPTION = 'Returns news from Reuters';
Expand Down

0 comments on commit 537bfad

Please sign in to comment.