Skip to content

Commit 3c08967

Browse files
committed
Removed 'os' dependency, as it was unused
1 parent c8e3230 commit 3c08967

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ The name is pretty self explanatory. It's a Python script for updating type A DN
55
## Required Packages
66
- `requests`
77
- `json`
8-
- `os`
98
- `sys`
109

1110
## Usage
@@ -77,5 +76,4 @@ Any feature requests are welcome as well.
7776

7877
## Need Help?
7978
Don't hesitate to contact me:
80-
- [me@lugico.de](mailto:me@lugico.de)
81-
- Discord: Lugico#4952
79+
- [main@lugico.de](mailto:main@lugico.de)

one_com_ddns.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
+--------------+----------------+
1010
| Last Updated | 2022-04-02 |
1111
+--------------+----------------+
12-
12+
1313
+----------------+-------------------------+
1414
| Initial Author | Lugico <main@lugico.de> |
1515
+----------------+-------------------------+
1616
| Contributors | Vigge |
1717
+----------------+-------------------------+
18-
19-
18+
19+
2020
2121
2222
Note:
@@ -63,7 +63,6 @@
6363

6464
import requests
6565
import json
66-
import os
6766
import sys
6867

6968
if IP == 'AUTO':

0 commit comments

Comments
 (0)