Skip to content

Commit

Permalink
Remove cache time even further
Browse files Browse the repository at this point in the history
as it actually defaults to 0
  • Loading branch information
Cazzar authored Sep 14, 2017
1 parent 11511db commit 1c5a8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def ValidatePrefs():
def Start():
Log("Shoko metata agent started")
HTTP.Headers['Accept'] = 'application/json'
HTTP.CacheTime = 0 #cache, can you please go away, typically we will be requesting LOCALLY. HTTP.CacheTime
HTTP.CacheTime = 0.1 #cache, can you please go away, typically we will be requesting LOCALLY. HTTP.CacheTime
ValidatePrefs()


Expand Down

0 comments on commit 1c5a8c7

Please sign in to comment.