Compare commits
No commits in common. "0a59f87cedb07cdf9cecc4b90d7f25cf520b52e5" and "34f558a0f4aa76d225233cabfc51bec3b07f959d" have entirely different histories.
0a59f87ced
...
34f558a0f4
1 changed files with 1 additions and 1 deletions
2
mod.py
2
mod.py
|
@ -251,7 +251,7 @@ class NullptrMod(Screen):
|
|||
("Uploaded by:", Text(f.addr)),
|
||||
("Management token:", f.mgmt_token),
|
||||
("Secret:", f.secret),
|
||||
("Is NSFW:", ("Yes" if f.is_nsfw else "No") + (f" (Score: {f.nsfw_score:0.4f})" if f.nsfw_score else " (Not scanned)")),
|
||||
("Is NSFW:", ("Yes" if f.is_nsfw else "No") + f" (Score: {f.nsfw_score:0.4f})"),
|
||||
("Is banned:", "Yes" if f.removed else "No"),
|
||||
("Expires:", time.strftime("%Y-%m-%d %H:%M:%S", time.gmtime(File.get_expiration(f.expiration, f.size)/1000)))
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue