Skip to content

Commit

Permalink
unused f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Jan 13, 2024
1 parent 71aae23 commit 5af054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def __init__(self, intense_mode):

# Set IOC path
self.ioc_path = os.path.join(
self.app_path, f"signature-base/iocs/".replace("/", os.sep)
self.app_path, "signature-base/iocs/".replace("/", os.sep)
)

# Yara rule directories
Expand Down

0 comments on commit 5af054b

Please sign in to comment.