Skip to content

Commit

Permalink
remove the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
meetkool committed Jun 29, 2023
1 parent 5be908b commit b9d3519
Show file tree
Hide file tree
Showing 2,990 changed files with 304,528 additions and 230,717 deletions.
Binary file added __pycache__/script.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def dashboard():
@login_required
def create_app():
if request.method == 'POST':
name = request.form.get('name')
name = request.form.get('name').replace(" ", "") # This removes spaces from the name
app_type = request.form.get('type')

# Check if the name or type is not provided
Expand Down
83 changes: 0 additions & 83 deletions env/bin/activate

This file was deleted.

55 changes: 0 additions & 55 deletions env/bin/activate.csh

This file was deleted.

100 changes: 0 additions & 100 deletions env/bin/activate.fish

This file was deleted.

8 changes: 0 additions & 8 deletions env/bin/autopep8

This file was deleted.

8 changes: 0 additions & 8 deletions env/bin/pip

This file was deleted.

8 changes: 0 additions & 8 deletions env/bin/pip3

This file was deleted.

8 changes: 0 additions & 8 deletions env/bin/pip3.10

This file was deleted.

8 changes: 0 additions & 8 deletions env/bin/pycodestyle

This file was deleted.

1 change: 0 additions & 1 deletion env/bin/python

This file was deleted.

1 change: 0 additions & 1 deletion env/bin/python3.10

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit b9d3519

Please sign in to comment.