This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Cinabre
/
SSH-Notifier
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new file: config.py
master
TheBidouilleur
7 months ago
parent
8c73d54152
commit
13848c60e2
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
config.py
+ 16
- 0
config.py
View File
@@ -0,0 +1,16 @@
config = {
"plateform" : '',
"frequency" : '',
"telegram_user_id" : '',
"telegram_token_bot" : ''
}
def main():
print(config)
if __name__ == '__main__':
main()
Write
Preview
Loading…
Cancel
Save