[TwitterBridge] Remove unused variable

This commit is contained in:
triatic 2020-07-02 18:26:39 +01:00 committed by Eugene Molotov
parent 9e74cc64ed
commit 25698d182c
1 changed files with 0 additions and 5 deletions

View File

@ -195,11 +195,6 @@ EOD
public function collectData(){
$html = '';
$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()));
if(!$data) {