Skip to content

Commit

Permalink
[PanneauPocketBridge] lint
Browse files Browse the repository at this point in the history
  • Loading branch information
floviolleau committed Dec 8, 2024
1 parent 31d972b commit 1a3bb5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridges/PanneauPocketBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ class PanneauPocketBridge extends BridgeAbstract
const NAME = 'Panneau Pocket';
const URI = 'https://app.panneaupocket.com';
const DESCRIPTION = 'Fetches the latest infos from Panneau Pocket.
<br><br>To have completion on cities, you must click on the button "Request temporary access to the demo server" <a target="_blank" href="https://cors-anywhere.herokuapp.com/corsdemo">here</a>
<br><br>To have completion on cities, you must click on the button "Request temporary access to the demo server"
<a target="_blank" href="https://cors-anywhere.herokuapp.com/corsdemo">here</a>
<br><br>Or use your own proxy and change the proxy value in RSS-Bridge config.ini.php';
const MAINTAINER = 'floviolleau';
const CACHE_TIMEOUT = 0;//7200; // 2h
Expand Down

0 comments on commit 1a3bb5a

Please sign in to comment.