2018-07-03 06:22:58 +00:00
|
|
|
"""Main module for Calendar.social so the app can be run directly.
|
|
|
|
"""
|
|
|
|
|
2018-07-02 08:46:02 +00:00
|
|
|
from calsocial import CalendarSocialApp
|
|
|
|
|
|
|
|
|
|
|
|
app = CalendarSocialApp('calsocial')
|
|
|
|
|
2018-06-27 08:17:56 +00:00
|
|
|
app.run(host='0.0.0.0', port=80)
|