File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ The name is pretty self explanatory. It's a Python script for updating type A DN
5
5
## Required Packages
6
6
- ` requests `
7
7
- ` json `
8
- - ` os `
9
8
- ` sys `
10
9
11
10
## Usage
@@ -77,5 +76,4 @@ Any feature requests are welcome as well.
77
76
78
77
## Need Help?
79
78
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 )
Original file line number Diff line number Diff line change 9
9
+--------------+----------------+
10
10
| Last Updated | 2022-04-02 |
11
11
+--------------+----------------+
12
-
12
+
13
13
+----------------+-------------------------+
14
14
| Initial Author | Lugico <main@lugico.de> |
15
15
+----------------+-------------------------+
16
16
| Contributors | Vigge |
17
17
+----------------+-------------------------+
18
-
19
-
18
+
19
+
20
20
21
21
22
22
Note:
63
63
64
64
import requests
65
65
import json
66
- import os
67
66
import sys
68
67
69
68
if IP == 'AUTO' :
You can’t perform that action at this time.
0 commit comments