Skip to content

Commit

Permalink
fix: is_frappe_db check
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Oct 9, 2023
1 parent fa36a7c commit 0a813cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def get_dynamic_link_map(self):


class FrappeDB(BaseDatabase):
def __init__(self, data_source, host, port, username, password, database_name, use_ssl):
def __init__(self, data_source, host, port, username, password, database_name, use_ssl, **_):
self.data_source = data_source
self.engine = get_sqlalchemy_engine(
dialect="mysql",
Expand Down

0 comments on commit 0a813cf

Please sign in to comment.