This commit is contained in:
deathbybandaid 2023-01-06 19:20:57 -05:00
parent b703e28248
commit 034fcfa6f7

View File

@ -62,6 +62,7 @@ def do_file_search(arr_file_path):
DBid = response.json()[0]["DB"]
except Exception:
return None
return DBid
def main():