update and cleanup repo
This commit is contained in:
+3
-3
@@ -49,7 +49,7 @@ class PipeObject:
|
||||
|
||||
hash: str
|
||||
store: str
|
||||
provider: Optional[str] = None
|
||||
plugin: Optional[str] = None
|
||||
tag: List[str] = field(default_factory=list)
|
||||
title: Optional[str] = None
|
||||
url: Optional[str] = None
|
||||
@@ -144,8 +144,8 @@ class PipeObject:
|
||||
"store": self.store,
|
||||
}
|
||||
|
||||
if self.provider:
|
||||
data["provider"] = self.provider
|
||||
if self.plugin:
|
||||
data["plugin"] = self.plugin
|
||||
|
||||
if self.tag:
|
||||
data["tag"] = self.tag
|
||||
|
||||
Reference in New Issue
Block a user