sleep(10);
This commit is contained in:
@@ -54,9 +54,9 @@ void *gamesiterate(struct games_state *rs)
|
|||||||
if ( rs->guiflag != 0 )
|
if ( rs->guiflag != 0 )
|
||||||
{
|
{
|
||||||
#ifdef STANDALONE
|
#ifdef STANDALONE
|
||||||
sleep(10);
|
|
||||||
price = get_btcusd();
|
price = get_btcusd();
|
||||||
fprintf(stderr,"price %llu %.8f\n",(long long)price,(double)price/SATOSHIDEN);
|
fprintf(stderr,"price %llu %.8f\n",(long long)price,(double)price/SATOSHIDEN);
|
||||||
|
sleep(10);
|
||||||
/*if ( (counter++ % 10) == 0 )
|
/*if ( (counter++ % 10) == 0 )
|
||||||
doupdate();
|
doupdate();
|
||||||
c = games_readevent(rs);
|
c = games_readevent(rs);
|
||||||
|
|||||||
Reference in New Issue
Block a user