Skip to content

Commit

Permalink
fixed init of caching see #402 may also be associated with #335
Browse files Browse the repository at this point in the history
  • Loading branch information
huberrob committed Sep 15, 2023
1 parent 512f97c commit 3845573
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fuji_server/helper/request_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ def list():


class RequestHelper:
checked_content = {}

def __init__(self, url, logInst: object = None):
self.checked_content = {}
if logInst:
self.logger = logInst
else:
Expand Down

0 comments on commit 3845573

Please sign in to comment.