Skip to content

Commit

Permalink
remove trailings ht_create/ht_interact ses vars
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan committed Jul 29, 2023
1 parent 5c6c2b0 commit 437c096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions htagweb/uidprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async def ping(self, msg):
async def ht_create(self, fqn,js,init_params=None,renew=False): # -> str
#==========================================================
""" HRenderer creator """
session["ht_create"]="here"
if init_params is None : init_params=((),{})

hr=HTS.get(fqn)
Expand Down Expand Up @@ -68,7 +67,6 @@ async def ht_create(self, fqn,js,init_params=None,renew=False): # -> str
async def ht_interact(self,fqn,data): # -> dict
#==========================================================
""" interact with hrenderer instance """
session["ht_interact"]="here"
hr=HTS[fqn]

#/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ to simplify ut
Expand Down

0 comments on commit 437c096

Please sign in to comment.