diff --git a/TwitchApiViewrList/Form1.vb b/TwitchApiViewrList/Form1.vb index b38fc32..64eb0ce 100644 --- a/TwitchApiViewrList/Form1.vb +++ b/TwitchApiViewrList/Form1.vb @@ -13,6 +13,13 @@ Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Timer1.Start() + + Try + username = My.Settings.username + FetchData(username) + Catch ex As Exception + + End try End Sub Private Sub FetchData(username As String)