From 7e90ca2a31e7b5cff9f5117254cf3d98fe5992ce Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 30 Jan 2021 23:29:34 +0800 Subject: [PATCH] bugfix --- github-speed-up.md | 2 +- kivyblocks/register.py | 2 -- requirements.txt | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/github-speed-up.md b/github-speed-up.md index d657e3a..4d94372 100644 --- a/github-speed-up.md +++ b/github-speed-up.md @@ -1,3 +1,3 @@ github.com 加速 -git config --global url."https://github.com.cnpmjs.org".insteadOf "https://github.com" +git config --global url."https://github.com.cnpmjs.org/".insteadOf "https://github.com/" diff --git a/kivyblocks/register.py b/kivyblocks/register.py index 15d4175..6570346 100644 --- a/kivyblocks/register.py +++ b/kivyblocks/register.py @@ -15,7 +15,6 @@ from .tab import TabsPanel from .qrdata import QRCodeWidget # from .kivycamera import KivyCamera from .filebrowser import FileLoaderBrowser -from .osc_server import OSCServer from .graph import Graph, MeshLinePlot, MeshStemPlot, LinePlot, \ SmoothLinePlot, ContourPlot, BarPlot, HBar, VBar, ScatterPlot, \ PointPlot @@ -43,7 +42,6 @@ r('VBar', VBar) r('ScatterPlot', ScatterPlot) r('PointPlot', PointPlot) r('MapView', MapView) -r('OSCServer',OSCServer) r('DataGrid',DataGrid) r('FileLoaderBrowser',FileLoaderBrowser) # r('KivyCamera',KivyCamera) diff --git a/requirements.txt b/requirements.txt index 2de3061..7b8dc18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,3 @@ pillow requests plyer python-osc -oscpy