mirror of
https://github.com/janeczku/calibre-web
synced 2025-12-12 11:18:05 +00:00
Fix for #2309 (long unicode filenames could get to long)
This commit is contained in:
10
cps.py
10
cps.py
@@ -16,11 +16,11 @@
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
try:
|
||||
from gevent import monkey
|
||||
monkey.patch_all()
|
||||
except ImportError:
|
||||
pass
|
||||
#try:
|
||||
#from gevent import monkey
|
||||
#monkey.patch_all()
|
||||
#except ImportError:
|
||||
# pass
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user