Skip to content

Commit 764c649

Browse files
committed
potential fix for PyQgsAppStartup by avoiding cloudflare
1 parent 88a9f99 commit 764c649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsversioninfo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ QgsVersionInfo::QgsVersionInfo( QObject *parent )
2828

2929
void QgsVersionInfo::checkVersion()
3030
{
31-
QNetworkReply *reply = QgsNetworkAccessManager::instance()->get( QNetworkRequest( QUrl( "https://qgis.org/version.txt" ) ) );
31+
QNetworkReply *reply = QgsNetworkAccessManager::instance()->get( QNetworkRequest( QUrl( "https://ubuntu.qgis.org/version.txt" ) ) );
3232
connect( reply, SIGNAL( finished() ), this, SLOT( versionReplyFinished() ) );
3333
}
3434

0 commit comments

Comments
 (0)