mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo in previous commit, we want the interface name directly..
This commit is contained in:
parent
166df3a359
commit
0fa17ec2b1
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ class OperationLogger(object):
|
||||||
'operation': self.operation,
|
'operation': self.operation,
|
||||||
'parent': self.parent,
|
'parent': self.parent,
|
||||||
'yunohost_version': get_ynh_package_version("yunohost")["version"],
|
'yunohost_version': get_ynh_package_version("yunohost")["version"],
|
||||||
'interface': msettings.get('interface') == 'api',
|
'interface': msettings.get('interface'),
|
||||||
}
|
}
|
||||||
if self.related_to is not None:
|
if self.related_to is not None:
|
||||||
data['related_to'] = self.related_to
|
data['related_to'] = self.related_to
|
||||||
|
|
Loading…
Add table
Reference in a new issue