Skip to content

Commit

Permalink
fix: [tags] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Feb 2, 2024
1 parent 67e5c57 commit 1a2d1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib/Tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ def get_last_seen(self, r_int=False):
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')
Expand Down

0 comments on commit 1a2d1e4

Please sign in to comment.