jas-ho commited on
Commit
82f5969
·
1 Parent(s): eb5c400

Add python-dotenv to requirements

Browse files
.env ADDED
@@ -0,0 +1 @@
 
 
1
+ API_TOKEN="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"
__pycache__/app.cpython-310.pyc ADDED
Binary file (1.94 kB). View file
 
flagged/log.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ name,output,flag,username,timestamp
2
+ test,Hello test!,,,2022-11-30 11:52:06.720013
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ python-dotenv