diff options
| author | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-05-01 21:45:52 -0500 |
| commit | 7d3b5175f2d9d016b06190273fcfeb380a460b3f (patch) | |
| tree | 71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2021-07-15-delete-gitlab-repos.md | |
| parent | 7c70a351e25106ceff49ff8ee0a38e2a545f62f0 (diff) | |
| download | cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.gz cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.tar.bz2 cleberg.net-7d3b5175f2d9d016b06190273fcfeb380a460b3f.zip | |
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2021-07-15-delete-gitlab-repos.md')
| -rw-r--r-- | content/blog/2021-07-15-delete-gitlab-repos.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2021-07-15-delete-gitlab-repos.md b/content/blog/2021-07-15-delete-gitlab-repos.md index 5188f59..2c179b6 100644 --- a/content/blog/2021-07-15-delete-gitlab-repos.md +++ b/content/blog/2021-07-15-delete-gitlab-repos.md @@ -47,7 +47,7 @@ nano main.py Enter the following code into your `main.py` script. -``` python +```python import request import json @@ -107,8 +107,8 @@ Now that you have the proper information, replace `{user-id}` with your GitLab username and `{auth-token}` with the authorization token you created earlier. Finally, simply run the script and watch the output. You can also use PyCharm -Community Edition to edit and run the Python script if you don't want to work -in a terminal. +Community Edition to edit and run the Python script if you don't want to work in +a terminal. ```sh python3 main.py |
