Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HackyRoot committed Jan 31, 2023
1 parent 24b5aa5 commit 897c70b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ env
.env
.jpg

Random/
custom_settings_config.py
Solution/custom_settings_config.py
.DS_Store
custom_settings_config.py
Solution/custom_settings_config.py
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Solution/custom_settings_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
},
TWISTED_REACTOR = "twisted.internet.asyncioreactor.AsyncioSelectorReactor",
ZYTE_API_KEY = "YOUR ZYTE API KEY HERE",
ZYTE_API_TRANSPARENT_MODE= True,

)

0 comments on commit 897c70b

Please sign in to comment.