This website works better with JavaScript.
Home
Explore
Help
Sign In
rick
/
admidio_python_api
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update main.py example
master
Rick
6 years ago
parent
8bde958828
commit
b150b7e12f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
main.py
+ 2
- 2
main.py
View File
@ -3,6 +3,6 @@ import config
adm
=
Admidio
(
config
.
DATABASE
[
'
host
'
]
,
config
.
DATABASE
[
'
user
'
]
,
config
.
DATABASE
[
'
pass
'
]
,
config
.
DATABASE
[
'
db
'
]
)
config
.
DATABASE
[
'
db
'
]
,
config
.
DATABASE
[
'
prefix
'
]
)
prin
t
(
)
inpu
t
(
)
Write
Preview
Loading…
Cancel
Save