Skip to content

Commit

Permalink
Merge pull request #2022 from varundhand/feature/typo-fix
Browse files Browse the repository at this point in the history
FIx: typo in login.py
  • Loading branch information
geekcomputers authored Oct 26, 2023
2 parents 1b3a9b8 + f9e058a commit 183ddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def logo():
print("\033[1;36;49m")


# This is Login Funtion
# This is Login Function
def login():
# for clear the screen
os.system("clear")
Expand Down

0 comments on commit 183ddae

Please sign in to comment.