Skip to content

Commit

Permalink
hotfix var
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Jan 3, 2025
1 parent ec41f45 commit c30fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tir/technologies/webapp_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ def filling_date(self, shadow_root=None, container=None):
Keys.END).key_up(Keys.CONTROL).key_up(Keys.SHIFT).perform()


self.try_send_keys(date, self.config.date, try_counter=click_type)
self.try_send_keys(date, self.config.date, try_counter=send_type)


base_date_value = self.merge_date_mask(self.config.date, self.get_web_value(date()))
Expand Down

0 comments on commit c30fad6

Please sign in to comment.