Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed May 19, 2024
1 parent 723cad1 commit 94c869f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
2 changes: 0 additions & 2 deletions DB.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ class FailedLogins(Base):
created_at = Column(DateTime, server_default=text("now()"))


# Check

if __name__ == "__main__":
import uvicorn

Expand Down
35 changes: 34 additions & 1 deletion tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,44 @@
" failures += 1\n",
" time.sleep(5)"
]
},
{
"cell_type": "code",
"execution_count": 12,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"e682d6e9-9405-4f39-a1aa-7e09574a6703\n"
]
}
],
"source": [
"import uuid\n",
"\n",
"print(uuid.uuid4())"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 94c869f

Please sign in to comment.