Only load freemobile backend
This commit is contained in:
parent
f24a454677
commit
818da4da2e
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ my $cachedir = $ENV{'HOME'} . '/.config/weboob/munin/';
|
|||
my $cachefile = "$cachedir/freemobile-munin";
|
||||
|
||||
my $refreshtime = $ENV{'cache_expire'} || 10_800;
|
||||
my $weboob = '/usr/bin/env weboob-cli ICapBill get_details coin -f table';
|
||||
my $weboob = '/usr/bin/env weboob-cli -b freemobile ICapBill get_details coin -f table';
|
||||
my $cache_fh;
|
||||
|
||||
my %label = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue