Skip to content

Commit

Permalink
remove unused term
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdual committed Aug 13, 2024
1 parent f32a2ff commit 325a9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ua_generator/data/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def __user_agent(self):
'Mozilla/5.0 (X11; Linux x86_64; rv:{firefox}) Gecko/20100101 Firefox/{firefox}',
'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:{firefox}) Gecko/20100101 Firefox/{firefox}',
))
template = template.replace('{linux}', str(self.platform_version))
template = template.replace('{firefox}', str(self.browser_version))
return template

Expand Down

0 comments on commit 325a9c6

Please sign in to comment.