mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 16:12:51 +11:00
Create python files on Gist by default
This commit is contained in:
parent
6a17c7d457
commit
f6f04901d6
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ def snippet_gist(request, snippet_id):
|
|||
'description': 'the description for this gist',
|
||||
'public': False,
|
||||
'files': {
|
||||
'dpaste.de Snippet': {
|
||||
'dpaste.de_snippet.py': {
|
||||
'content': snippet.content,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue