Skip to content

Commit a85426e

Browse files
ned2chriddyp
authored andcommitted
change Dash defaults to make adding static assets easier (#238)
1 parent ff93d2c commit a85426e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash/dash.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
class Dash(object):
2727
def __init__(
2828
self,
29-
name=None,
29+
name='__main__',
3030
server=None,
31-
static_folder=None,
31+
static_folder='static',
3232
url_base_pathname='/',
3333
compress=True,
3434
**kwargs):

0 commit comments

Comments
 (0)