Skip to content

Commit

Permalink
Removed 'os' dependency, as it was unused
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc-4 committed Apr 2, 2022
1 parent c8e3230 commit 3c08967
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ The name is pretty self explanatory. It's a Python script for updating type A DN
## Required Packages
- `requests`
- `json`
- `os`
- `sys`

## Usage
Expand Down Expand Up @@ -77,5 +76,4 @@ Any feature requests are welcome as well.

## Need Help?
Don't hesitate to contact me:
- [me@lugico.de](mailto:me@lugico.de)
- Discord: Lugico#4952
- [main@lugico.de](mailto:main@lugico.de)
7 changes: 3 additions & 4 deletions one_com_ddns.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
+--------------+----------------+
| Last Updated | 2022-04-02 |
+--------------+----------------+
+----------------+-------------------------+
| Initial Author | Lugico <main@lugico.de> |
+----------------+-------------------------+
| Contributors | Vigge |
+----------------+-------------------------+
Note:
Expand Down Expand Up @@ -63,7 +63,6 @@

import requests
import json
import os
import sys

if IP == 'AUTO':
Expand Down

0 comments on commit 3c08967

Please sign in to comment.