mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 23:16:53 +00:00
[TwitterBridge] Remove unused variable
This commit is contained in:
parent
9e74cc64ed
commit
25698d182c
@ -195,11 +195,6 @@ EOD
|
|||||||
public function collectData(){
|
public function collectData(){
|
||||||
$html = '';
|
$html = '';
|
||||||
$page = $this->getURI();
|
$page = $this->getURI();
|
||||||
|
|
||||||
$header = array(
|
|
||||||
'User-Agent: Mozilla/5.0 (Windows NT 9.0; WOW64; Trident/7.0; rv:11.0) like Gecko'
|
|
||||||
);
|
|
||||||
|
|
||||||
$data = json_decode($this->getApiContents($this->getApiURI()));
|
$data = json_decode($this->getApiContents($this->getApiURI()));
|
||||||
|
|
||||||
if(!$data) {
|
if(!$data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user