mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 15:57:16 +00:00
fix: [tags] fix typo
This commit is contained in:
parent
67e5c5777d
commit
1a2d1e41f5
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ class Tag:
|
|||
return last_seen
|
||||
|
||||
def set_last_seen(self, last_seen):
|
||||
return r_tags.hset(f'meta:tag:{self.name}', 'last_seen', int(last_seen)
|
||||
return r_tags.hset(f'meta:tag:{self.name}', 'last_seen', int(last_seen))
|
||||
|
||||
def get_color(self):
|
||||
color = r_tags.hget(f'meta:tag:{self.name}', 'color')
|
||||
|
|
Loading…
Reference in a new issue