Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Apptoken message changed - v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsettrack4 committed Aug 15, 2020
1 parent 1793b67 commit f733127
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ sudo cpan install utf8
mkdir ~/telerising

# Download the .zip file and extract the files into your folder:
wget https://github.com/sunsettrack4/telerising/archive/v0.3.7.zip
wget https://github.com/sunsettrack4/telerising/archive/v0.3.8.zip

# Unzip the file:
unzip v0.3.7.zip
unzip v0.3.8.zip

# Move all script files to the created folder
mv ~/telerising-0.3.7/* ~/telerising/
mv ~/telerising-0.3.8/* ~/telerising/

# Set system-wide permissions to the folder and its related files
sudo chmod 0777 ~/telerising
Expand Down
4 changes: 2 additions & 2 deletions zattoo.pl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
select $tee;

print "\n ========================= I + \n";
print " TELERISING API v0.3.7 I I + \n";
print " TELERISING API v0.3.8 I I + \n";
print " ========================= I I + + \n";
print " II \n";
print "ZZZZZZZZZ AA TTTTTTTTTT TTTTTTTTTT 888888 888888 \n";
Expand Down Expand Up @@ -817,7 +817,7 @@ sub login_process {
};

if( not defined $analyse_apptoken_login ) {
ERROR "Unable to parse apptoken json data (trying old apptoken method now...)\n\n";
INFO "Unable to parse apptoken json data (trying old apptoken method now...)\n\n";

} else {

Expand Down

0 comments on commit f733127

Please sign in to comment.