Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Forgot some thrash here
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Seidl committed Feb 19, 2014
1 parent 74cafb9 commit 44d1419
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions goldeneye.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,7 @@ def generateRandomHeaders(self):
roundEncodings = acceptEncoding[:nrEncodings]

http_headers = {
# 'User-Agent': random.choice(self.useragents),
'User-Agent': 'ETCA-47',
'User-Agent': random.choice(self.useragents),
'Cache-Control': noCache,
'Accept-Encoding': ', '.join(roundEncodings),
'Connection': 'keep-alive',
Expand Down

0 comments on commit 44d1419

Please sign in to comment.